cppcheck: prefer prefix variant
This commit is contained in:
parent
69994bc72e
commit
72c8b281cb
1 changed files with 1 additions and 1 deletions
|
@ -126,7 +126,7 @@ bool XMLFilterTabPageBasic::FillInfo( filter_info_impl* pInfo )
|
|||
pInfo->maImportService = (*aIter)->maXMLImporter;
|
||||
break;
|
||||
}
|
||||
aIter++;
|
||||
++aIter;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue