From 478b3261723a914310271ece3ef91abc9ce2b4cc Mon Sep 17 00:00:00 2001 From: George Hazan Date: Fri, 15 Mar 2024 18:44:23 +0300 Subject: fixes #4214 ([Telegram] Crash) --- include/m_protoint.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/m_protoint.h b/include/m_protoint.h index 444b64e64c..3b1b7fb4c3 100644 --- a/include/m_protoint.h +++ b/include/m_protoint.h @@ -284,7 +284,7 @@ public: virtual void OnModulesLoaded(void); // called when an cloud file is being received - virtual void OnReceiveOfflineFile(DB::FILE_BLOB &blob, void *ft); + virtual void OnReceiveOfflineFile(DB::FILE_BLOB &blob); // prepares an event of the file being sent virtual void OnSendOfflineFile(DB::EventInfo &dbei, DB::FILE_BLOB &blob, void *ft); -- cgit v1.2.3