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/ChatController.h
parent9c9f97dc9ab10b644f59a9753c69b9691622025b (diff)
downloadswift-216cdc29eb9454f5eb772f3324ccf5210c48528a.zip
swift-216cdc29eb9454f5eb772f3324ccf5210c48528a.tar.bz2
Show own avatar in chat dialog.
Diffstat (limited to 'Swift/Controllers/ChatController.h')
-rw-r--r--Swift/Controllers/ChatController.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Swift/Controllers/ChatController.h b/Swift/Controllers/ChatController.h
index 8168510..ea870b7 100644
--- a/Swift/Controllers/ChatController.h
+++ b/Swift/Controllers/ChatController.h
@@ -8,7 +8,7 @@ namespace Swift {
class NickResolver;
class ChatController : public ChatControllerBase {
public:
- ChatController(StanzaChannel* stanzaChannel, IQRouter* iqRouter, ChatWindowFactory* chatWindowFactory, const JID &contact, NickResolver* nickResolver, PresenceOracle* presenceOracle, AvatarManager*);
+ ChatController(const JID& self, StanzaChannel* stanzaChannel, IQRouter* iqRouter, ChatWindowFactory* chatWindowFactory, const JID &contact, NickResolver* nickResolver, PresenceOracle* presenceOracle, AvatarManager*);
//boost::signal<void (const JID&, const JID&)> onJIDChanged;