summaryrefslogtreecommitdiff
path: root/protocols/WhatsApp/src/proto.h
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2013-06-24 12:29:37 +0000
committerGeorge Hazan <george.hazan@gmail.com>2013-06-24 12:29:37 +0000
commitdc2a9c66749ef4c8c6a748218bf80b80d0bbe0d6 (patch)
tree4d854eda13f45812127bb1773730355c26dff417 /protocols/WhatsApp/src/proto.h
parent852df1e2fd8a0e220065b0eb1443b3e834101531 (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.h2
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(""); }