diff options
author | George Hazan <george.hazan@gmail.com> | 2013-06-24 12:29:37 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-06-24 12:29:37 +0000 |
commit | dc2a9c66749ef4c8c6a748218bf80b80d0bbe0d6 (patch) | |
tree | 4d854eda13f45812127bb1773730355c26dff417 /protocols/WhatsApp/src/proto.h | |
parent | 852df1e2fd8a0e220065b0eb1443b3e834101531 (diff) |
- custom base64 encoder removed;
- warning fixes
git-svn-id: http://svn.miranda-ng.org/main/trunk@5117 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/WhatsApp/src/proto.h')
-rw-r--r-- | protocols/WhatsApp/src/proto.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/WhatsApp/src/proto.h b/protocols/WhatsApp/src/proto.h index 524b429dae..65430567fb 100644 --- a/protocols/WhatsApp/src/proto.h +++ b/protocols/WhatsApp/src/proto.h @@ -178,7 +178,7 @@ public: virtual void onClientConfigReceived(const std::string& paramString) { LOG(""); }
virtual void onLastSeen(const std::string& paramString1, int paramInt, std::string* paramString2);
virtual void onIsTyping(const std::string& paramString, bool paramBoolean);
- virtual void onAccountChange(int paramInt, long paramLong) { LOG(""); }
+ virtual void onAccountChange(int paramInt, time_t expire_date) { LOG(""); }
virtual void onPrivacyBlockListAdd(const std::string& paramString) { LOG(""); }
virtual void onPrivacyBlockListClear() { LOG(""); }
virtual void onDirty(const std::map<string,string>& paramHashtable) { LOG(""); }
|