diff options
author | George Hazan <ghazan@miranda.im> | 2018-05-22 16:10:40 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2018-05-22 16:10:40 +0300 |
commit | 6ccfdcb25f2bb3c7a4e39a055bb392c0d4bfa905 (patch) | |
tree | b53333d819f9afe5fd44dd874cfc0f51189122f8 /plugins/ClientChangeNotify/src/stdafx.h | |
parent | 295ca5e99da922699f1bae398f0411f0c99df5f6 (diff) |
m_langpack.h unbound from hLangpack
Diffstat (limited to 'plugins/ClientChangeNotify/src/stdafx.h')
-rw-r--r-- | plugins/ClientChangeNotify/src/stdafx.h | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/plugins/ClientChangeNotify/src/stdafx.h b/plugins/ClientChangeNotify/src/stdafx.h index 497ee6ac1d..f02330f144 100644 --- a/plugins/ClientChangeNotify/src/stdafx.h +++ b/plugins/ClientChangeNotify/src/stdafx.h @@ -52,6 +52,10 @@ #include "m_fingerprint.h"
+{
+ CMPlugin();
+};
+
#include "TMyArray.h"
#include "Options.h"
#include "CString.h"
@@ -84,11 +88,6 @@ #define MODULENAME "ClientChangeNotify"
-struct CMPlugin : public PLUGIN<CMPlugin>
-{
- CMPlugin();
-};
-
#define LOG_ID MODULENAME
#define LOG_PREFIX MODULENAME ": " // for netlib.log
|