diff options
Diffstat (limited to 'plugins/MessageState/src/stdafx.h')
-rw-r--r-- | plugins/MessageState/src/stdafx.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/MessageState/src/stdafx.h b/plugins/MessageState/src/stdafx.h index 29b8b8d3f1..c5e033d418 100644 --- a/plugins/MessageState/src/stdafx.h +++ b/plugins/MessageState/src/stdafx.h @@ -23,6 +23,8 @@ struct CMPlugin : public PLUGIN<CMPlugin>
{
CMPlugin();
+
+ int Load() override;
};
extern IconItem Icons[];
\ No newline at end of file |