diff options
Diffstat (limited to 'plugins/NewEventNotify/src/stdafx.h')
-rw-r--r-- | plugins/NewEventNotify/src/stdafx.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/NewEventNotify/src/stdafx.h b/plugins/NewEventNotify/src/stdafx.h index 434e95f3de..daaff09e99 100644 --- a/plugins/NewEventNotify/src/stdafx.h +++ b/plugins/NewEventNotify/src/stdafx.h @@ -151,6 +151,8 @@ struct CMPlugin : public PLUGIN<CMPlugin>
{
CMPlugin();
+
+ int Load() override;
};
struct PLUGIN_OPTIONS
|