diff options
Diffstat (limited to 'plugins/CloudFile/src/stdafx.h')
-rw-r--r-- | plugins/CloudFile/src/stdafx.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/CloudFile/src/stdafx.h b/plugins/CloudFile/src/stdafx.h index cc8ce7c9f6..08628d1488 100644 --- a/plugins/CloudFile/src/stdafx.h +++ b/plugins/CloudFile/src/stdafx.h @@ -120,6 +120,8 @@ CCloudService* FindService(const char *szProto); struct CMPlugin : public PLUGIN<CMPlugin> { CMPlugin(); + + int Load() override; }; #endif //_COMMON_H_
\ No newline at end of file |