diff options
author | George Hazan <george.hazan@gmail.com> | 2012-06-20 08:05:51 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2012-06-20 08:05:51 +0000 |
commit | 18540e71624543fd0181b764a6913aa6bf8eb75d (patch) | |
tree | 2fc7dc37339a353b53cbe878138ffd69227accfb /protocols/Twitter/proto.h | |
parent | a00d983ecdb1d58e2bc7f7b3a6d1b3c2c169ae70 (diff) |
more avatar fixes
git-svn-id: http://svn.miranda-ng.org/main/trunk@498 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Twitter/proto.h')
-rw-r--r-- | protocols/Twitter/proto.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/protocols/Twitter/proto.h b/protocols/Twitter/proto.h index 6cea35b33d..eb5b9a2198 100644 --- a/protocols/Twitter/proto.h +++ b/protocols/Twitter/proto.h @@ -157,8 +157,7 @@ private: void TwitterProto::resetOAuthKeys();
-
- std::string GetAvatarFolder();
+ std::tstring GetAvatarFolder();
HANDLE signon_lock_;
HANDLE avatar_lock_;
@@ -172,7 +171,7 @@ private: twitter_id since_id_;
twitter_id dm_since_id_;
- std::string def_avatar_folder_;
+ std::tstring def_avatar_folder_;
HANDLE hAvatarFolder_;
bool in_chat_;
|