summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemko Tronçon <git@el-tramo.be>2009-06-22 19:41:39 (GMT)
committerRemko Tronçon <git@el-tramo.be>2009-06-22 19:41:39 (GMT)
commit216cdc29eb9454f5eb772f3324ccf5210c48528a (patch)
tree90c6ecdb4be71d232970e42eeccb83f4b3d8a8f5 /Swift/Controllers/MUCController.h
parent9c9f97dc9ab10b644f59a9753c69b9691622025b (diff)
downloadswift-contrib-216cdc29eb9454f5eb772f3324ccf5210c48528a.zip
swift-contrib-216cdc29eb9454f5eb772f3324ccf5210c48528a.tar.bz2
Show own avatar in chat dialog.
Diffstat (limited to 'Swift/Controllers/MUCController.h')
-rw-r--r--Swift/Controllers/MUCController.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Swift/Controllers/MUCController.h b/Swift/Controllers/MUCController.h
index 77335da..af4a23a 100644
--- a/Swift/Controllers/MUCController.h
+++ b/Swift/Controllers/MUCController.h
@@ -22,7 +22,7 @@ namespace Swift {
class MUCController : public ChatControllerBase {
public:
- MUCController(const JID &muc, const String &nick, StanzaChannel* stanzaChannel, IQRouter* iqRouter, ChatWindowFactory* chatWindowFactory, TreeWidgetFactory *treeWidgetFactory, PresenceOracle* presenceOracle, AvatarManager* avatarManager);
+ MUCController(const JID& self, const JID &muc, const String &nick, StanzaChannel* stanzaChannel, IQRouter* iqRouter, ChatWindowFactory* chatWindowFactory, TreeWidgetFactory *treeWidgetFactory, PresenceOracle* presenceOracle, AvatarManager* avatarManager);
~MUCController();
protected: