diff options
Diffstat (limited to 'protocols/WhatsAppWeb/src/proto.h')
-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 932aa408e0..06f8c7609f 100644 --- a/protocols/WhatsAppWeb/src/proto.h +++ b/protocols/WhatsAppWeb/src/proto.h @@ -121,7 +121,7 @@ public: // Contacts handling /////////////////////////////////////////////////////////////////// - void RequestFriendship(MCONTACT hContact); + void RequestFriendship(MCONTACT hContact); }; struct CMPlugin : public ACCPROTOPLUGIN<WhatsAppProto> |