summaryrefslogtreecommitdiff
path: root/plugins/NewEventNotify/src/stdafx.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/NewEventNotify/src/stdafx.h')
-rw-r--r--plugins/NewEventNotify/src/stdafx.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/plugins/NewEventNotify/src/stdafx.h b/plugins/NewEventNotify/src/stdafx.h
index b36d98cf32..434e95f3de 100644
--- a/plugins/NewEventNotify/src/stdafx.h
+++ b/plugins/NewEventNotify/src/stdafx.h
@@ -56,7 +56,7 @@
//---------------------------
//---Definitions
-#define MODULE "NewEventNotify"
+#define MODULENAME "NewEventNotify"
#define MAX_POPUPS 20
#define DEFAULT_COLBACK RGB(255,255,128)
@@ -150,9 +150,7 @@
struct CMPlugin : public PLUGIN<CMPlugin>
{
- CMPlugin() :
- PLUGIN<CMPlugin>(MODULE)
- {}
+ CMPlugin();
};
struct PLUGIN_OPTIONS