diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-03-31 16:54:22 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-04-01 03:56:16 +0300 |
commit | 761682b6254a3d43e65ff45e07683c61afa6f1e4 (patch) | |
tree | 2ee462840f3aadb1e96bfa5c6784ec2cc0d2861a /src/guichan/widgets | |
parent | a39f63cdfa5ce15b22f294a8bb1db3a036ce462d (diff) | |
download | ManaVerse-761682b6254a3d43e65ff45e07683c61afa6f1e4.tar.gz ManaVerse-761682b6254a3d43e65ff45e07683c61afa6f1e4.tar.bz2 ManaVerse-761682b6254a3d43e65ff45e07683c61afa6f1e4.tar.xz ManaVerse-761682b6254a3d43e65ff45e07683c61afa6f1e4.zip |
Last part of fixes.
Diffstat (limited to 'src/guichan/widgets')
-rw-r--r-- | src/guichan/widgets/textbox.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/guichan/widgets/textbox.cpp b/src/guichan/widgets/textbox.cpp index c2cd5586f..da7edaac7 100644 --- a/src/guichan/widgets/textbox.cpp +++ b/src/guichan/widgets/textbox.cpp @@ -97,7 +97,7 @@ namespace gcn mTextRows.clear(); - std::string::size_type pos, lastPos = 0; + size_t pos, lastPos = 0; int length; do { |