diff options
author | George Hazan <george.hazan@gmail.com> | 2014-11-10 17:19:12 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2014-11-10 17:19:12 +0000 |
commit | b43b7abf33f5b2ab480a85584df0e3ce8c76a8ca (patch) | |
tree | 98a2b9c9038974e76d40ffe7114bd7ea2df8290f /protocols/WhatsApp/src/WhatsAPI++/FMessage.h | |
parent | 7ec4cc63fa1b31af0496ac934d001323519c838f (diff) |
much less crazy imlementaion of xml reader
git-svn-id: http://svn.miranda-ng.org/main/trunk@10945 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/WhatsApp/src/WhatsAPI++/FMessage.h')
-rw-r--r-- | protocols/WhatsApp/src/WhatsAPI++/FMessage.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/WhatsApp/src/WhatsAPI++/FMessage.h b/protocols/WhatsApp/src/WhatsAPI++/FMessage.h index 63ae64451a..3d9c8438f5 100644 --- a/protocols/WhatsApp/src/WhatsAPI++/FMessage.h +++ b/protocols/WhatsApp/src/WhatsAPI++/FMessage.h @@ -77,7 +77,7 @@ public: static std::string getMessage_WA_Type_StrValue(unsigned char type);
static std::string nextKeyIdNumber();
- static unsigned char getMessage_WA_Type(std::string* typeString);
+ static unsigned char getMessage_WA_Type(const std::string& typeString);
FMessage();
FMessage(const std::string& remote_jid, bool from_me = true, const std::string& data = "");
|