diff options
Diffstat (limited to 'stoc/source')
-rw-r--r-- | stoc/source/inspect/introspection.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/stoc/source/inspect/introspection.cxx b/stoc/source/inspect/introspection.cxx index cf0b40c974ca..ee5d02260608 100644 --- a/stoc/source/inspect/introspection.cxx +++ b/stoc/source/inspect/introspection.cxx @@ -1588,7 +1588,7 @@ public: (*iter).second->release(); (*iter).second = NULL; - iter++; + ++iter; } } }; @@ -1686,7 +1686,7 @@ public: { (*iter).second->release(); (*iter).second = NULL; - iter++; + ++iter; } } }; |