summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMateusz Piekos <mateuszpiekos@gmail.com>2012-07-24 08:56:17 (GMT)
committerMateusz Piekos <mateuszpiekos@gmail.com>2012-07-24 08:56:17 (GMT)
commit833e544490a0e3ff5eeebe44fae2b9a8f98d4a78 (patch)
treeb7381c1325155ae666cac88180cca829b9e65bba /Swift/Controllers/UIInterfaces/ChatWindow.h
parented208c8ce62dea1bdec51e904d51afa5229363c5 (diff)
downloadswift-contrib-833e544490a0e3ff5eeebe44fae2b9a8f98d4a78.zip
swift-contrib-833e544490a0e3ff5eeebe44fae2b9a8f98d4a78.tar.bz2
Removed unneeded parameter "from"
Diffstat (limited to 'Swift/Controllers/UIInterfaces/ChatWindow.h')
-rw-r--r--Swift/Controllers/UIInterfaces/ChatWindow.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Swift/Controllers/UIInterfaces/ChatWindow.h b/Swift/Controllers/UIInterfaces/ChatWindow.h
index 86fb439..1c6edd6 100644
--- a/Swift/Controllers/UIInterfaces/ChatWindow.h
+++ b/Swift/Controllers/UIInterfaces/ChatWindow.h
@@ -60,7 +60,7 @@ namespace Swift {
virtual void setFileTransferStatus(std::string, const FileTransferState state, const std::string& msg = "") = 0;
virtual void addMUCInvitation(const std::string& senderName, const JID& jid, const std::string& reason, const std::string& password, bool direct = true) = 0;
- virtual std::string addWhiteboardRequest(const JID& from, bool senderIsSelf) = 0;
+ virtual std::string addWhiteboardRequest(bool senderIsSelf) = 0;
virtual void setWhiteboardSessionStatus(std::string id, const ChatWindow::WhiteboardSessionState state) = 0;
// message receipts