Removes more implicit casts

This commit is contained in:
Peter Thorson
2013-02-17 07:44:41 -06:00
parent 78b52be803
commit ce95137ef5

View File

@@ -168,7 +168,7 @@ public:
}
bool static_test(level channel) const {
return channel & m_static_channels;
return ((channel & m_static_channels) != 0);
}
private: