From b43b7abf33f5b2ab480a85584df0e3ce8c76a8ca Mon Sep 17 00:00:00 2001 From: George Hazan Date: Mon, 10 Nov 2014 17:19:12 +0000 Subject: much less crazy imlementaion of xml reader git-svn-id: http://svn.miranda-ng.org/main/trunk@10945 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/WhatsApp/src/WhatsAPI++/FMessage.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'protocols/WhatsApp/src/WhatsAPI++/FMessage.h') 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 = ""); -- cgit v1.2.3