diff options
Diffstat (limited to 'protocols/FacebookRM/proto.h')
-rw-r--r-- | protocols/FacebookRM/proto.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/protocols/FacebookRM/proto.h b/protocols/FacebookRM/proto.h index 3ce4af74a9..c08e3aaef2 100644 --- a/protocols/FacebookRM/proto.h +++ b/protocols/FacebookRM/proto.h @@ -186,7 +186,7 @@ public: facebook_client facy; // TODO: Refactor to "client" and make dynamic
// Helpers
- std::string GetAvatarFolder();
+ std::tstring GetAvatarFolder();
bool GetDbAvatarInfo(PROTO_AVATAR_INFORMATIONT &ai, std::string *url);
void CheckAvatarChange(HANDLE hContact, std::string image_url);
void ToggleStatusMenuItems( BOOL bEnable );
@@ -203,7 +203,7 @@ public: HANDLE m_hNetlibUser;
std::string last_status_msg_;
- std::string def_avatar_folder_;
+ std::tstring def_avatar_folder_;
HANDLE hAvatarFolder_;
std::vector<HANDLE> avatar_queue;
|