diff options
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 = "");
|