diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-10-16 20:39:33 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-10-16 20:39:33 +0300 |
commit | bc92643d8db723b5049db2dbad1ce052a0ae77a9 (patch) | |
tree | 4471be99711ee310c811e990d7c210e2393aeb6e /src/guichan/basiccontainer.cpp | |
parent | 82cc576b7896f39bcf71aa85c8c4b3ef786c065b (diff) | |
download | mv-bc92643d8db723b5049db2dbad1ce052a0ae77a9.tar.gz mv-bc92643d8db723b5049db2dbad1ce052a0ae77a9.tar.bz2 mv-bc92643d8db723b5049db2dbad1ce052a0ae77a9.tar.xz mv-bc92643d8db723b5049db2dbad1ce052a0ae77a9.zip |
Fix code style and some other minor issues.
Diffstat (limited to 'src/guichan/basiccontainer.cpp')
-rw-r--r-- | src/guichan/basiccontainer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/guichan/basiccontainer.cpp b/src/guichan/basiccontainer.cpp index 4598c4e8d..f3f61b65a 100644 --- a/src/guichan/basiccontainer.cpp +++ b/src/guichan/basiccontainer.cpp @@ -149,7 +149,7 @@ namespace gcn break; } - WidgetListReverseIterator end = it; + const WidgetListReverseIterator end = it; ++ it; |