From 5b304799fb995811a8686bab9e877cb235c21a2e Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sat, 7 Feb 2015 19:36:41 +0000 Subject: correct log format git-svn-id: http://svn.miranda-ng.org/main/trunk@12044 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/WhatsApp/src/WhatsAPI++/BinTreeNodeReader.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'protocols/WhatsApp/src/WhatsAPI++/BinTreeNodeReader.h') diff --git a/protocols/WhatsApp/src/WhatsAPI++/BinTreeNodeReader.h b/protocols/WhatsApp/src/WhatsAPI++/BinTreeNodeReader.h index eb8761ce12..7a2d43454d 100644 --- a/protocols/WhatsApp/src/WhatsAPI++/BinTreeNodeReader.h +++ b/protocols/WhatsApp/src/WhatsAPI++/BinTreeNodeReader.h @@ -48,17 +48,17 @@ private: ReadData* readString(); ReadData* readString(int token); static void fillArray(std::vector& buff, int len, ByteArrayInputStream* in); - static void fillArray(std::vector& buff, int len, ISocketConnection* in); + static void fillArray(std::vector& buff, int len, ISocketConnection *in); std::string* objectAsString(ReadData* o); std::string* readStringAsString(); std::string* readStringAsString(int token); void getTopLevelStream(); static int readInt8(ByteArrayInputStream* in); - static int readInt8(ISocketConnection* in); + static int readInt8(ISocketConnection *in); static int readInt16(ByteArrayInputStream* in); - static int readInt16(ISocketConnection* in); + static int readInt16(ISocketConnection *in); static int readInt24(ByteArrayInputStream* in); - static int readInt24(ISocketConnection* in); + static int readInt24(ISocketConnection *in); public: -- cgit v1.2.3