From 8a74e7495ce5ad39de4f5c25121a84d35df90c36 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sun, 20 May 2018 15:08:48 +0300 Subject: CMPlugin to receive a reference to PLUGININFOEX --- plugins/Msg_Export/src/stdafx.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'plugins/Msg_Export/src/stdafx.h') diff --git a/plugins/Msg_Export/src/stdafx.h b/plugins/Msg_Export/src/stdafx.h index 29ba199b25..9b49eebf9f 100755 --- a/plugins/Msg_Export/src/stdafx.h +++ b/plugins/Msg_Export/src/stdafx.h @@ -48,7 +48,7 @@ using namespace std; #include "resource.h" #include "version.h" -#define MODULE "Msg_Export" +#define MODULENAME "Msg_Export" #define MSG_BOX_TITEL TranslateT("Miranda NG (Message Export Plugin)") #define MS_SHOW_EXPORT_HISTORY "History/ShowExportHistory" #define szFileViewDB "FileV_" @@ -56,9 +56,7 @@ using namespace std; struct CMPlugin : public PLUGIN { - CMPlugin() : - PLUGIN(MODULE) - {} + CMPlugin(); }; extern MWindowList hInternalWindowList; -- cgit v1.2.3