summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2022-09-13 11:22:51 -0700
committerGeorge Hazan <ghazan@miranda.im>2022-09-13 11:22:51 -0700
commit2b2cb6266a26ef9bbd1e2910ea6f4f4953a9841a (patch)
tree4e4a14b6a35fa4adedafa88c58d4db348ae2b996
parent33ba998e06a460f64ad82ba8a65ebba307cc685e (diff)
warning fix
-rw-r--r--protocols/WhatsAppWeb/src/proto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/WhatsAppWeb/src/proto.h b/protocols/WhatsAppWeb/src/proto.h
index 50138bc21f..d5839faf77 100644
--- a/protocols/WhatsAppWeb/src/proto.h
+++ b/protocols/WhatsAppWeb/src/proto.h
@@ -269,7 +269,7 @@ public:
struct CMPlugin : public ACCPROTOPLUGIN<WhatsAppProto>
{
- signal_context *pCtx;
+ signal_context *pCtx = nullptr;
HNETLIBUSER hAvatarUser = nullptr;
HNETLIBCONN hAvatarConn = nullptr;