[PATCH] cppcheck: post- to pre- *crement change.
Kevin Hunter
hunteke at earlham.edu
Thu Feb 10 07:31:10 PST 2011
---
vcl/aqua/source/app/salinst.cxx | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/vcl/aqua/source/app/salinst.cxx b/vcl/aqua/source/app/salinst.cxx
index 48845fa..5521462 100644
--- a/vcl/aqua/source/app/salinst.cxx
+++ b/vcl/aqua/source/app/salinst.cxx
@@ -610,7 +610,7 @@ void AquaSalInstance::handleAppDefinedEvent( NSEvent* pEvent )
{
if ( ((*it)->mbFullScreen == true) )
bIsFullScreenMode = true;
- it++;
+ ++it;
}
switch ([pEvent data1])
--
1.7.1
--------------060101040401020103090807--
More information about the LibreOffice
mailing list