summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'Swiften/Elements/MUCOccupant.h')
-rw-r--r--Swiften/Elements/MUCOccupant.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Swiften/Elements/MUCOccupant.h b/Swiften/Elements/MUCOccupant.h
index eb7df2c..c345a49 100644
--- a/Swiften/Elements/MUCOccupant.h
+++ b/Swiften/Elements/MUCOccupant.h
@@ -25,6 +25,8 @@ namespace Swift {
MUCOccupant(const MUCOccupant& other);
~MUCOccupant();
+ MUCOccupant& operator=(MUCOccupant other);
+
std::string getNick() const;
Role getRole() const;
Affiliation getAffiliation() const;