diff options
author | Max Horn | 2002-07-13 13:12:06 +0000 |
---|---|---|
committer | Max Horn | 2002-07-13 13:12:06 +0000 |
commit | 1861053d3386b475a36b963d01d452dcf41f83b6 (patch) | |
tree | 5c25377011ffc1b67033aa2ce40857c83bdf2eda | |
parent | 9514e7012e1f00cf68ac4f146812bf867edd7d53 (diff) | |
download | scummvm-rg350-1861053d3386b475a36b963d01d452dcf41f83b6.tar.gz scummvm-rg350-1861053d3386b475a36b963d01d452dcf41f83b6.tar.bz2 scummvm-rg350-1861053d3386b475a36b963d01d452dcf41f83b6.zip |
oops
svn-id: r4535
-rw-r--r-- | gui/util.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gui/util.cpp b/gui/util.cpp index 96476c8423..2bd3ee4fda 100644 --- a/gui/util.cpp +++ b/gui/util.cpp @@ -240,9 +240,9 @@ const String& StringList::operator [](int idx) const return *_data[idx]; } -void String::clear() +void StringList::clear() { - _len = 0; + _size = 0; } void StringList::ensureCapacity(int new_len) |