diff options
author | Robert Pösel <robyer@seznam.cz> | 2012-06-11 13:32:53 +0000 |
---|---|---|
committer | Robert Pösel <robyer@seznam.cz> | 2012-06-11 13:32:53 +0000 |
commit | 50017f9b1e19f8a89aad7c4b68e1f58f81045dad (patch) | |
tree | 3d28ad857ce2b596788776a6ae11f59b680f7d35 /protocols/FacebookRM/client.h | |
parent | 26791cc7ee10c73b00df9cc3cc38ff7ba06d8102 (diff) |
FacebookRM sync.
git-svn-id: http://svn.miranda-ng.org/main/trunk@387 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/FacebookRM/client.h')
-rw-r--r-- | protocols/FacebookRM/client.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/FacebookRM/client.h b/protocols/FacebookRM/client.h index 40555c2dfc..b4874de23b 100644 --- a/protocols/FacebookRM/client.h +++ b/protocols/FacebookRM/client.h @@ -150,7 +150,7 @@ public: // Messages handling
bool channel( );
- bool send_message( std::string message_recipient, std::string message_text, std::string *error_text, bool use_inbox = false );
+ bool send_message( std::string message_recipient, std::string message_text, std::string *error_text, bool use_inbox = false, bool is_tid = false );
void close_chat( std::string message_recipient );
void chat_mark_read( std::string message_recipient );
|