cppcheck: prefer prefix variant

This commit is contained in:
Caolán McNamara 2010-12-23 16:32:18 +00:00
parent 69994bc72e
commit 72c8b281cb

View file

@ -126,7 +126,7 @@ bool XMLFilterTabPageBasic::FillInfo( filter_info_impl* pInfo )
pInfo->maImportService = (*aIter)->maXMLImporter;
break;
}
aIter++;
++aIter;
}
}
}