summaryrefslogtreecommitdiff
path: root/protocols/CloudFile/src/Services/google_service.h
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2022-09-10 03:23:51 -0700
committerGeorge Hazan <ghazan@miranda.im>2022-09-10 03:23:51 -0700
commit6847777dfa98b0436a642277b757c3b09717817c (patch)
treefd042ecc582eb86a4ac29a3dfb50a31453a4e5da /protocols/CloudFile/src/Services/google_service.h
parentf9bfb22761ce245be0681bec065d04388f586b72 (diff)
no need to export Miranda's offal to the outside world
Diffstat (limited to 'protocols/CloudFile/src/Services/google_service.h')
-rw-r--r--protocols/CloudFile/src/Services/google_service.h4
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;