diff options
Diffstat (limited to 'protocols/WhatsApp/src/WhatsAPI++/WAConnection.h')
-rw-r--r-- | protocols/WhatsApp/src/WhatsAPI++/WAConnection.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/protocols/WhatsApp/src/WhatsAPI++/WAConnection.h b/protocols/WhatsApp/src/WhatsAPI++/WAConnection.h index 9fbfde8484..92a8b82e4c 100644 --- a/protocols/WhatsApp/src/WhatsAPI++/WAConnection.h +++ b/protocols/WhatsApp/src/WhatsAPI++/WAConnection.h @@ -393,13 +393,12 @@ class WAConnection { time_t expire_date;
int account_kind;
time_t lastTreeRead;
- static const int DICTIONARY_LEN = 237;
+ static const int DICTIONARY_LEN;
static const char* dictionary[];
static MessageStore* message_store;
KeyStream* inputKey;
KeyStream* outputKey;
-
static std::string removeResourceFromJid(const std::string& jid);
WALogin* getLogin();
|