From fd8fdaa7ade16132fd3f23db5b0727e3615038ad Mon Sep 17 00:00:00 2001 From: George Hazan Date: Tue, 9 Feb 2016 12:21:12 +0000 Subject: - code cleaning; - warning fixes git-svn-id: http://svn.miranda-ng.org/main/trunk@16250 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/WhatsApp/src/entities.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'protocols/WhatsApp/src/entities.h') diff --git a/protocols/WhatsApp/src/entities.h b/protocols/WhatsApp/src/entities.h index c55e3dfd8a..657cc82f90 100644 --- a/protocols/WhatsApp/src/entities.h +++ b/protocols/WhatsApp/src/entities.h @@ -3,7 +3,7 @@ struct send_direct { - send_direct(MCONTACT hContact, const std::string &msg, HANDLE msgid, bool isChat = false) : + send_direct(MCONTACT hContact, const std::string &msg, HANDLE msgid) : hContact(hContact), msg(msg), msgid(msgid) {} -- cgit v1.2.3