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/ListeningTo/src/stdafx.h | |
parent | 295ca5e99da922699f1bae398f0411f0c99df5f6 (diff) |
m_langpack.h unbound from hLangpack
Diffstat (limited to 'plugins/ListeningTo/src/stdafx.h')
-rw-r--r-- | plugins/ListeningTo/src/stdafx.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/plugins/ListeningTo/src/stdafx.h b/plugins/ListeningTo/src/stdafx.h index 8727d8dda8..52ab19b677 100644 --- a/plugins/ListeningTo/src/stdafx.h +++ b/plugins/ListeningTo/src/stdafx.h @@ -47,6 +47,11 @@ Boston, MA 02111-1307, USA. #include <m_toptoolbar.h>
#include <m_listeningto.h>
+struct CMPlugin : public PLUGIN<CMPlugin>
+{
+ CMPlugin();
+};
+
#include "../../utils/mir_options.h"
#include "../../utils/mir_buffer.h"
#include "../../utils/utf8_helpers.h"
@@ -71,11 +76,6 @@ Boston, MA 02111-1307, USA. #define MODULENAME "ListeningTo"
-struct CMPlugin : public PLUGIN<CMPlugin>
-{
- CMPlugin();
-};
-
// Global Variables
extern BOOL loaded;
|