diff options
author | aunsane <aunsane@gmail.com> | 2017-04-25 23:14:48 +0300 |
---|---|---|
committer | aunsane <aunsane@gmail.com> | 2017-04-26 00:02:28 +0300 |
commit | f6575a156251f15ca2c1b9d8042aa45fb62bf42a (patch) | |
tree | e666979a4eeb36266dce7f3b66494490684dae07 /plugins/CloudFile/src/Services/google_service.h | |
parent | 8331fa1e2a38cb64ac3c97e0e8bfdd11d2c08b85 (diff) |
CloudFile: ability to disable services
Diffstat (limited to 'plugins/CloudFile/src/Services/google_service.h')
-rw-r--r-- | plugins/CloudFile/src/Services/google_service.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/CloudFile/src/Services/google_service.h b/plugins/CloudFile/src/Services/google_service.h index d9c99009c6..a35827eaf8 100644 --- a/plugins/CloudFile/src/Services/google_service.h +++ b/plugins/CloudFile/src/Services/google_service.h @@ -19,7 +19,7 @@ public: const char* GetModule() const; const wchar_t* GetText() const; - HANDLE GetIcon() const; + int GetIconId() const; bool IsLoggedIn(); void Login(); |