diff options
Diffstat (limited to 'protocols/WhatsApp/src/WASocketConnection.h')
-rw-r--r-- | protocols/WhatsApp/src/WASocketConnection.h | 2 |
1 files changed, 1 insertions, 1 deletions
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);
|