diff options
Diffstat (limited to 'protocols/Telegram/src/proto.h')
-rw-r--r-- | protocols/Telegram/src/proto.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/protocols/Telegram/src/proto.h b/protocols/Telegram/src/proto.h index dd2e1263d3..b90f6e9d45 100644 --- a/protocols/Telegram/src/proto.h +++ b/protocols/Telegram/src/proto.h @@ -335,8 +335,9 @@ public: ////////////////////////////////////////////////////////////////////////////////////// // Virtual functions - MCONTACT AddToList(int flags, PROTOSEARCHRESULT *psr); - + MCONTACT AddToList(int flags, PROTOSEARCHRESULT *psr) override; + int AuthRequest(MCONTACT hContact, const wchar_t *) override; + INT_PTR GetCaps(int type, MCONTACT hContact = NULL) override; HANDLE SendFile(MCONTACT hContact, const wchar_t *szDescription, wchar_t **ppszFiles) override; |