(svn r24675) -Fix (r24632): MSVC performance warning.

pull/155/head
michi_cc 12 years ago
parent bdb2c229a3
commit 6cabcfc322

@ -1282,7 +1282,7 @@ uint SettingEntry::GetMaxHelpHeight(int maxw)
*/
bool SettingEntry::IsFiltered() const
{
return this->flags & SEF_FILTERED;
return (this->flags & SEF_FILTERED) != 0;
}
/**

Loading…
Cancel
Save