diff options
author | George Hazan <george.hazan@gmail.com> | 2024-09-18 17:13:51 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2024-09-18 17:13:51 +0300 |
commit | 1e18ce7298c8815e89cc258d6e4a6a629a0b0bb8 (patch) | |
tree | 13a3655238609be85f44d4b91bdeaffa7a985792 /include | |
parent | 6984b2e7d89d3281ba045c1e81c9f641520cdd8f (diff) |
fixes #4684 (Skypeweb: сломалась автозагрузка файлов)
Diffstat (limited to 'include')
-rw-r--r-- | include/m_protoint.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/m_protoint.h b/include/m_protoint.h index 8dc0955a63..28343fe201 100644 --- a/include/m_protoint.h +++ b/include/m_protoint.h @@ -287,7 +287,7 @@ public: virtual void OnModulesLoaded(void);
// called when an cloud file is being received
- virtual void OnReceiveOfflineFile(DB::FILE_BLOB &blob);
+ virtual void OnReceiveOfflineFile(DB::EventInfo &dbei, DB::FILE_BLOB &blob);
// prepares an event of the file being sent
virtual void OnSendOfflineFile(DB::EventInfo &dbei, DB::FILE_BLOB &blob, void *ft);
|