summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Smith <git@kismith.co.uk>2010-04-15 19:16:09 (GMT)
committerKevin Smith <git@kismith.co.uk>2010-04-15 19:21:30 (GMT)
commit7123d5093512e75f39d7adc7477c71d628abcb75 (patch)
tree4b097947bdac63ebd938c8c57084e13940add34f /Swift/Controllers/Chat/ChatController.h
parent372520c8313b2296896939f05d57a335031b0acc (diff)
downloadswift-7123d5093512e75f39d7adc7477c71d628abcb75.zip
swift-7123d5093512e75f39d7adc7477c71d628abcb75.tar.bz2
Tell you who you're starting a chat with.
Resolves: #313
Diffstat (limited to 'Swift/Controllers/Chat/ChatController.h')
-rw-r--r--Swift/Controllers/Chat/ChatController.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Swift/Controllers/Chat/ChatController.h b/Swift/Controllers/Chat/ChatController.h
index 7fa5b3d..b044633 100644
--- a/Swift/Controllers/Chat/ChatController.h
+++ b/Swift/Controllers/Chat/ChatController.h
@@ -17,7 +17,7 @@ namespace Swift {
class NickResolver;
class ChatController : public ChatControllerBase {
public:
- ChatController(const JID& self, 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* avatarManager, bool isInMUC);
virtual void setToJID(const JID& jid);
private: