summaryrefslogtreecommitdiff
path: root/protocols/WhatsApp/src/WASocketConnection.h
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/WhatsApp/src/WASocketConnection.h')
-rw-r--r--protocols/WhatsApp/src/WASocketConnection.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/WhatsApp/src/WASocketConnection.h b/protocols/WhatsApp/src/WASocketConnection.h
index 72775b9cf1..6f9d5f2426 100644
--- a/protocols/WhatsApp/src/WASocketConnection.h
+++ b/protocols/WhatsApp/src/WASocketConnection.h
@@ -26,7 +26,7 @@ public:
virtual int read(unsigned char*, int length);
virtual void flush();
virtual void write(const std::vector<unsigned char>& b, int length);
- virtual void write(const std::vector<unsigned char>& bytes, int offset, int length);
+ // virtual void write(const std::vector<unsigned char>& bytes, int offset, int length);
virtual void makeNonBlock();
virtual int waitForRead();
virtual void forceShutdown();