From 6d932bfaf11e4699355fedc45e28b353b8877130 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Thu, 18 Sep 2014 21:52:10 +0000 Subject: merge into trunk git-svn-id: http://svn.miranda-ng.org/main/trunk@10515 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/WhatsApp/src/WASocketConnection.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'protocols/WhatsApp/src/WASocketConnection.h') diff --git a/protocols/WhatsApp/src/WASocketConnection.h b/protocols/WhatsApp/src/WASocketConnection.h index 53d16fd419..48c64f2a1a 100644 --- a/protocols/WhatsApp/src/WASocketConnection.h +++ b/protocols/WhatsApp/src/WASocketConnection.h @@ -11,14 +11,14 @@ class WASocketConnection : public ISocketConnection { public: - static HANDLE hNetlibUser; + static HANDLE hNetlibUser; private: int readSize; int maxBufRead; bool connected; - HANDLE hConn; + HANDLE hConn; public: WASocketConnection(const std::string& dir, int port) throw (WAException); -- cgit v1.2.3