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

replace/41b28d7194a279bdc17475d4fbe2ea6ec885a466
michi_cc 12 years ago
parent a443375d44
commit 2c171f2f29

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

Loading…
Cancel
Save