diff options
Diffstat (limited to 'protocols/CloudFile/src/Services/google_service.h')
-rw-r--r-- | protocols/CloudFile/src/Services/google_service.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/protocols/CloudFile/src/Services/google_service.h b/protocols/CloudFile/src/Services/google_service.h index 919babb86f..7133ab9a52 100644 --- a/protocols/CloudFile/src/Services/google_service.h +++ b/protocols/CloudFile/src/Services/google_service.h @@ -20,8 +20,8 @@ private: public: CGDriveService(const char *protoName, const wchar_t *userName); - static CGDriveService* Init(const char *szModuleName, const wchar_t *szUserName); - static int UnInit(CGDriveService*); + static PROTO_INTERFACE* Init(const char *szModuleName, const wchar_t *szUserName); + static int UnInit(PROTO_INTERFACE*); const char* GetModuleName() const override; |