Core/Bitset: Fixed Test methods being not const
Former-commit-id: 440c03a78b4dcf8ec1566c1db30989c0145b5a78
This commit is contained in:
@@ -63,9 +63,9 @@ class NzBitset
|
||||
void Swap(NzBitset& bitset);
|
||||
|
||||
bool Test(unsigned int bit) const;
|
||||
bool TestAll();
|
||||
bool TestAny();
|
||||
bool TestNone();
|
||||
bool TestAll() const;
|
||||
bool TestAny() const;
|
||||
bool TestNone() const;
|
||||
|
||||
template<typename T> T To() const;
|
||||
NzString ToString() const;
|
||||
|
||||
Reference in New Issue
Block a user