X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fbase.cpp;h=fc6e6583b9127be7432619ed42ff70773f91dc00;hb=59b1a8955142935b02af6446005ab47fc7c3fc8c;hp=2a2678606d71707d3f42096683e00691c442b431;hpb=1383dba43e463f292aea094d01f62f355946049d;p=user%2Fhenk%2Fcode%2Finspircd.git 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; }