summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2024-09-18 17:13:51 +0300
committerGeorge Hazan <george.hazan@gmail.com>2024-09-18 17:13:51 +0300
commit1e18ce7298c8815e89cc258d6e4a6a629a0b0bb8 (patch)
tree13a3655238609be85f44d4b91bdeaffa7a985792 /include
parent6984b2e7d89d3281ba045c1e81c9f641520cdd8f (diff)
fixes #4684 (Skypeweb: сломалась автозагрузка файлов)
Diffstat (limited to 'include')
-rw-r--r--include/m_protoint.h2
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);