summaryrefslogtreecommitdiff
path: root/protocols/CloudFile/src/Services/dropbox_service.h
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/CloudFile/src/Services/dropbox_service.h')
-rw-r--r--protocols/CloudFile/src/Services/dropbox_service.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/protocols/CloudFile/src/Services/dropbox_service.h b/protocols/CloudFile/src/Services/dropbox_service.h
index b6c5a7dfcd..5166a9c17c 100644
--- a/protocols/CloudFile/src/Services/dropbox_service.h
+++ b/protocols/CloudFile/src/Services/dropbox_service.h
@@ -21,8 +21,8 @@ private:
public:
CDropboxService(const char *protoName, const wchar_t *userName);
- static CDropboxService* Init(const char *szModuleName, const wchar_t *szUserName);
- static int UnInit(CDropboxService*);
+ static PROTO_INTERFACE* Init(const char *szModuleName, const wchar_t *szUserName);
+ static int UnInit(PROTO_INTERFACE *);
const char* GetModuleName() const override;