summaryrefslogtreecommitdiff
path: root/plugins/GmailNotifier/src/stdafx.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/GmailNotifier/src/stdafx.h')
-rw-r--r--plugins/GmailNotifier/src/stdafx.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/GmailNotifier/src/stdafx.h b/plugins/GmailNotifier/src/stdafx.h
index cd60bd5335..330a85e62b 100644
--- a/plugins/GmailNotifier/src/stdafx.h
+++ b/plugins/GmailNotifier/src/stdafx.h
@@ -94,4 +94,7 @@ Account* GetAccountByContact(MCONTACT hContact);
struct CMPlugin : public PLUGIN<CMPlugin>
{
CMPlugin();
+
+ int Load() override;
+ int Unload() override;
};