X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcommon%2Fidentity.h;fp=src%2Fcommon%2Fidentity.h;h=829094ac568f70b8d9a684a0dda8bb070aa5dcc5;hp=a71e0eeb9b9e86a4d21f72a9c49bd72771a8965d;hb=4c83963b1d77f4c2dbae606876be0eee59f53dae;hpb=061528786d1dac1d1bf4904c86b71d95270dfd37 diff --git a/src/common/identity.h b/src/common/identity.h index a71e0eeb..829094ac 100644 --- a/src/common/identity.h +++ b/src/common/identity.h @@ -60,8 +60,8 @@ public: void setToDefaults(); - bool operator==(const Identity &other); - bool operator!=(const Identity &other); + bool operator==(const Identity &other) const; + bool operator!=(const Identity &other) const; inline bool isValid() const { return id().isValid(); }