mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-18 19:29:09 +00:00
Fix a whole bunch of clang warnings.
This commit is contained in:
@ -99,6 +99,8 @@ public:
|
||||
kPositional = 0x80
|
||||
};
|
||||
|
||||
virtual ~plShadowSlave() { }
|
||||
|
||||
void SetFlag(SlaveFlag f, bool on) { if(on) fFlags |= f; else fFlags &= ~f; }
|
||||
bool HasFlag(SlaveFlag f) const { return 0 != (fFlags & f); }
|
||||
|
||||
|
Reference in New Issue
Block a user