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 /protocols | |
| parent | 295ca5e99da922699f1bae398f0411f0c99df5f6 (diff) | |
m_langpack.h unbound from hLangpack
Diffstat (limited to 'protocols')
| -rwxr-xr-x | protocols/JabberG/src/jabber_proto.h | 5 | ||||
| -rwxr-xr-x | protocols/JabberG/src/stdafx.h | 5 |
2 files changed, 5 insertions, 5 deletions
diff --git a/protocols/JabberG/src/jabber_proto.h b/protocols/JabberG/src/jabber_proto.h index 8da20b0d1a..b02a17ae97 100755 --- a/protocols/JabberG/src/jabber_proto.h +++ b/protocols/JabberG/src/jabber_proto.h @@ -934,9 +934,4 @@ private: JabberFeatCapPairDynamic *FindFeature(const wchar_t *szFeature);
};
-struct CMPlugin : public ACCPROTOPLUGIN<CJabberProto>
-{
- CMPlugin();
-};
-
#endif
diff --git a/protocols/JabberG/src/stdafx.h b/protocols/JabberG/src/stdafx.h index 36b8b8c8bd..d58e95d5b0 100755 --- a/protocols/JabberG/src/stdafx.h +++ b/protocols/JabberG/src/stdafx.h @@ -110,6 +110,11 @@ struct SESSION_INFO : public GCSessionInfoBase {}; struct CJabberProto;
+struct CMPlugin : public ACCPROTOPLUGIN<CJabberProto>
+{
+ CMPlugin();
+};
+
class CJabberDlgBase : public CProtoDlgBase<CJabberProto>
{
typedef CProtoDlgBase<CJabberProto> CSuper;
|
