tag/Mask: fix another typo, this time in operator^=
Similar to commit ff1ff1e54a
This commit is contained in:
parent
c672b60d07
commit
e8f2f98048
@ -72,7 +72,7 @@ public:
|
|||||||
}
|
}
|
||||||
|
|
||||||
TagMask &operator^=(TagMask other) {
|
TagMask &operator^=(TagMask other) {
|
||||||
value |= other.value;
|
value ^= other.value;
|
||||||
return *this;
|
return *this;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user