summaryrefslogtreecommitdiff
path: root/protocols/Twitter/proto.h
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/Twitter/proto.h')
-rw-r--r--protocols/Twitter/proto.h5
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_;