From 6847777dfa98b0436a642277b757c3b09717817c Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sat, 10 Sep 2022 03:23:51 -0700 Subject: no need to export Miranda's offal to the outside world --- protocols/CloudFile/src/Services/google_service.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'protocols/CloudFile/src/Services/google_service.h') 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; -- cgit v1.2.3