+ cppcheck fixes

This commit is contained in:
wmayer
2013-09-20 21:00:45 +02:00
parent de4a92346f
commit dbf78870bc
4 changed files with 12 additions and 5 deletions

View File

@@ -910,7 +910,7 @@ void StdCmdSetAppearance::activated(int iMsg)
bool StdCmdSetAppearance::isActive(void)
{
return Gui::Selection().size() != 0;
return !Gui::Selection().empty();
}
//===========================================================================