summaryrefslogtreecommitdiff
path: root/cppu
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
commit04fb68858236232a52d9c8f91dd5277c3cf9f543 (patch)
treed787eff461da6a6c2ef6105a46f0ac5a6686468d /cppu
parent4ae9032fbb695125714266f89ff6f06642191cef (diff)
cppcheck: use prefix variantfeature/bootstrap-build
Diffstat (limited to 'cppu')
-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 10a7cb1ae..5c05e43ba 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;