summaryrefslogtreecommitdiff
path: root/plugins/CyrTranslit/src/stdafx.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/CyrTranslit/src/stdafx.h')
-rw-r--r--plugins/CyrTranslit/src/stdafx.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/CyrTranslit/src/stdafx.h b/plugins/CyrTranslit/src/stdafx.h
index a2c3cd6387..39c8171553 100644
--- a/plugins/CyrTranslit/src/stdafx.h
+++ b/plugins/CyrTranslit/src/stdafx.h
@@ -36,4 +36,6 @@
struct CMPlugin : public PLUGIN<CMPlugin>
{
CMPlugin();
+
+ int Load() override;
};