diff options
Diffstat (limited to 'plugins/CloudFile/src/Services/yandex_service.h')
-rw-r--r-- | plugins/CloudFile/src/Services/yandex_service.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/CloudFile/src/Services/yandex_service.h b/plugins/CloudFile/src/Services/yandex_service.h index fa18e0f2f2..d384ad0a53 100644 --- a/plugins/CloudFile/src/Services/yandex_service.h +++ b/plugins/CloudFile/src/Services/yandex_service.h @@ -15,6 +15,8 @@ private: void CreateFolder(const std::string &path); auto CreateSharedLink(const std::string &path); + void Upload(FileTransferParam *ftp) override; + public: CYandexService(const char *protoName, const wchar_t *userName); @@ -28,8 +30,6 @@ public: bool IsLoggedIn() override; void Login(HWND owner = nullptr) override; void Logout() override; - - UINT Upload(FileTransferParam *ftp) override; }; #endif //_CLOUDFILE_YANDEX_H_
\ No newline at end of file |