diff options
Diffstat (limited to 'protocols/WhatsApp/src/utils.h')
-rw-r--r-- | protocols/WhatsApp/src/utils.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/WhatsApp/src/utils.h b/protocols/WhatsApp/src/utils.h index af13efd2eb..5eafb39628 100644 --- a/protocols/WhatsApp/src/utils.h +++ b/protocols/WhatsApp/src/utils.h @@ -160,7 +160,7 @@ struct WAJid int device, agent; CMStringA user, server; - WAJid(const char *pszJid); + WAJid(const char *pszJid, int device = 0); WAJid(const char *pszUser, const char *pszServer, int device = 0, int agent = 0); CMStringA toString() const; |