diff options
| author | George Hazan <ghazan@miranda.im> | 2022-09-13 11:22:51 -0700 |
|---|---|---|
| committer | George Hazan <ghazan@miranda.im> | 2022-09-13 11:22:51 -0700 |
| commit | 2b2cb6266a26ef9bbd1e2910ea6f4f4953a9841a (patch) | |
| tree | 4e4a14b6a35fa4adedafa88c58d4db348ae2b996 /protocols/WhatsAppWeb/src | |
| parent | 33ba998e06a460f64ad82ba8a65ebba307cc685e (diff) | |
warning fix
Diffstat (limited to 'protocols/WhatsAppWeb/src')
| -rw-r--r-- | protocols/WhatsAppWeb/src/proto.h | 2 |
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; |
