Commit e8f2f980 authored by Max Kellermann's avatar Max Kellermann

tag/Mask: fix another typo, this time in `operator^=`

Similar to commit ff1ff1e5
parent c672b60d
......@@ -72,7 +72,7 @@ public:
}
TagMask &operator^=(TagMask other) {
value |= other.value;
value ^= other.value;
return *this;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment