diff options
author | Robert Pösel <robyer@seznam.cz> | 2013-11-17 23:23:53 +0000 |
---|---|---|
committer | Robert Pösel <robyer@seznam.cz> | 2013-11-17 23:23:53 +0000 |
commit | b31c85fadafb41df147ff0c27baa04a23a48a27e (patch) | |
tree | d12d7cd770e1d193ed1ed683e36963cfb4abf7e0 /protocols/FacebookRM/src/client.h | |
parent | 96d149d7437f2a8dafcb5fb9fd535f0b2af47c69 (diff) |
Facebook: use TCHAR* instead of char* on many places (chat related)
git-svn-id: http://svn.miranda-ng.org/main/trunk@6932 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/FacebookRM/src/client.h')
-rw-r--r-- | protocols/FacebookRM/src/client.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/FacebookRM/src/client.h b/protocols/FacebookRM/src/client.h index 57a503d748..798d17843c 100644 --- a/protocols/FacebookRM/src/client.h +++ b/protocols/FacebookRM/src/client.h @@ -95,7 +95,7 @@ public: std::map<std::string, std::string> cookies;
std::map<std::string, std::string> pages;
- std::map<std::string, facebook_chatroom> chat_rooms;
+ std::map<std::tstring, facebook_chatroom> chat_rooms;
std::string get_newsfeed_type();
std::string get_server_type();
|