summaryrefslogtreecommitdiff
path: root/plugins/Sessions/Src/stdafx.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/Sessions/Src/stdafx.h')
-rw-r--r--plugins/Sessions/Src/stdafx.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/plugins/Sessions/Src/stdafx.h b/plugins/Sessions/Src/stdafx.h
index 642ae6bc52..2a2424edbb 100644
--- a/plugins/Sessions/Src/stdafx.h
+++ b/plugins/Sessions/Src/stdafx.h
@@ -45,13 +45,11 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#include "version.h"
#include "Resource.h"
-#define MODNAME "Sessions"
+#define MODULENAME "Sessions"
struct CMPlugin : public PLUGIN<CMPlugin>
{
- CMPlugin() :
- PLUGIN<CMPlugin>(MODNAME)
- {}
+ CMPlugin();
};
extern IconItem iconList[];