diff options
Diffstat (limited to 'src/base.cpp')
-rw-r--r-- | src/base.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/base.cpp b/src/base.cpp index 2a2678606..fc6e6583b 100644 --- a/src/base.cpp +++ b/src/base.cpp @@ -120,6 +120,6 @@ BoolSet::BoolSet(char bitmask) bool BoolSet::operator=(BoolSet other) { - this->bits = other.bits; - return true; + this->bits = other.bits; + return true; } |