summaryrefslogtreecommitdiff
path: root/cppu/source/typelib
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2010-11-26 21:38:32 +0000
committerCaolán McNamara <caolanm@redhat.com>2010-11-26 21:38:32 +0000
commit751c750a8cec115ab9570b05464412f70ba92c4d (patch)
treeb94967dbf0d2c8972a1e26d86efdbd8bb50dd1f7 /cppu/source/typelib
parent827da0111cc56b215d1f215738d8c60008bc7463 (diff)
cppcheck: use prefix variant
Diffstat (limited to 'cppu/source/typelib')
-rw-r--r--cppu/source/typelib/typelib.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/cppu/source/typelib/typelib.cxx b/cppu/source/typelib/typelib.cxx
index 3cf9abe0934e..0902fd98deb2 100644
--- a/cppu/source/typelib/typelib.cxx
+++ b/cppu/source/typelib/typelib.cxx
@@ -281,7 +281,7 @@ TypeDescriptor_Init_Impl::~TypeDescriptor_Init_Impl() SAL_THROW( () )
while( aIt != pCache->end() )
{
typelib_typedescription_release( (*aIt) );
- aIt++;
+ ++aIt;
}
delete pCache;
pCache = 0;