From 6ccfdcb25f2bb3c7a4e39a055bb392c0d4bfa905 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Tue, 22 May 2018 16:10:40 +0300 Subject: m_langpack.h unbound from hLangpack --- protocols/JabberG/src/jabber_proto.h | 5 ----- protocols/JabberG/src/stdafx.h | 5 +++++ 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'protocols') 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 -{ - 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 +{ + CMPlugin(); +}; + class CJabberDlgBase : public CProtoDlgBase { typedef CProtoDlgBase CSuper; -- cgit v1.2.3