From d3cb19278d60ac6f7963379254546cdca36a90e2 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sat, 14 Jan 2017 01:22:55 +0300 Subject: separate handle types for HNETLIBCONN & HNETLIBBIND --- protocols/WhatsApp/src/WASocketConnection.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'protocols/WhatsApp') diff --git a/protocols/WhatsApp/src/WASocketConnection.h b/protocols/WhatsApp/src/WASocketConnection.h index 23beac6ef2..83eb61e7f5 100644 --- a/protocols/WhatsApp/src/WASocketConnection.h +++ b/protocols/WhatsApp/src/WASocketConnection.h @@ -10,7 +10,7 @@ class WASocketConnection : public ISocketConnection int maxBufRead; bool connected; - HANDLE hConn; + HNETLIBCONN hConn; public: WASocketConnection(const std::string &dir, int port) throw (WAException); -- cgit v1.2.3