summaryrefslogtreecommitdiff
path: root/plugins/WhenWasIt/src/stdafx.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/WhenWasIt/src/stdafx.h')
-rw-r--r--plugins/WhenWasIt/src/stdafx.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/WhenWasIt/src/stdafx.h b/plugins/WhenWasIt/src/stdafx.h
index 25dbf33929..579b5d51a5 100644
--- a/plugins/WhenWasIt/src/stdafx.h
+++ b/plugins/WhenWasIt/src/stdafx.h
@@ -66,6 +66,9 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
struct CMPlugin : public PLUGIN<CMPlugin>
{
CMPlugin();
+
+ int Load() override;
+ int Unload() override;
};
extern HWND hBirthdaysDlg;