diff options
Diffstat (limited to 'Swift/Controllers/MUCController.h')
| -rw-r--r-- | Swift/Controllers/MUCController.h | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/Swift/Controllers/MUCController.h b/Swift/Controllers/MUCController.h index 7ee6e81..aa5a274 100644 --- a/Swift/Controllers/MUCController.h +++ b/Swift/Controllers/MUCController.h @@ -32,6 +32,7 @@ namespace Swift {  		private:  			void handleWindowClosed(); +			void handleAvatarChanged(const JID& jid, const String&);  			void handleOccupantJoined(const MUCOccupant& occupant);  			void handleOccupantLeft(const MUCOccupant& occupant, MUC::LeavingType type, const String& reason);  			void handleOccupantPresenceChange(boost::shared_ptr<Presence> presence);  | 
 Swift