From b2f86045d3b3dc2a454f127f186429b60e493072 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Fri, 6 Feb 2015 23:36:02 +0000 Subject: merge from branch git-svn-id: http://svn.miranda-ng.org/main/trunk@12029 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/WhatsApp/src/WhatsAPI++/FMessage.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'protocols/WhatsApp/src/WhatsAPI++/FMessage.cpp') diff --git a/protocols/WhatsApp/src/WhatsAPI++/FMessage.cpp b/protocols/WhatsApp/src/WhatsAPI++/FMessage.cpp index 23461b30fc..8f5fd2dcc9 100644 --- a/protocols/WhatsApp/src/WhatsAPI++/FMessage.cpp +++ b/protocols/WhatsApp/src/WhatsAPI++/FMessage.cpp @@ -57,7 +57,7 @@ FMessage::~FMessage() { } -Key::Key(const std::string& remote_jid, bool from_me, const std::string& id) +Key::Key(const std::string &remote_jid, bool from_me, const std::string &id) { this->remote_jid = remote_jid; this->from_me = from_me; @@ -70,7 +70,7 @@ std::string Key::toString() } -unsigned char FMessage::getMessage_WA_Type(const std::string& type) +unsigned char FMessage::getMessage_WA_Type(const std::string &type) { if (type.empty()) return WA_TYPE_UNDEFINED; -- cgit v1.2.3