diff options
author | George Hazan <george.hazan@gmail.com> | 2016-04-27 18:32:16 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2016-04-27 18:32:16 +0000 |
commit | 8b48b41245884894fdfe102287dcdeacb0ace9b5 (patch) | |
tree | 84f4d392ac81180c10a9172ae5d259b60157b063 /protocols/JabberG/src/stdafx.h | |
parent | 0a5d4c1026a8146e6213e531f22b7ec32d4fc61e (diff) |
fixes #1224 (Stoped using room name from bookmark)
git-svn-id: http://svn.miranda-ng.org/main/trunk@16782 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/JabberG/src/stdafx.h')
-rw-r--r-- | protocols/JabberG/src/stdafx.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/protocols/JabberG/src/stdafx.h b/protocols/JabberG/src/stdafx.h index 87c791afb1..b625d69ecd 100644 --- a/protocols/JabberG/src/stdafx.h +++ b/protocols/JabberG/src/stdafx.h @@ -64,7 +64,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include <m_avatars.h>
#include <m_awaymsg.h>
#include <m_button.h>
-#include <m_chat.h>
+#include <m_chat_int.h>
#include <m_clist.h>
#include <m_cluiframes.h>
#include <m_contacts.h>
@@ -114,6 +114,9 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include "jabber_ibb.h"
#include "jabber_db_utils.h"
+struct SESSION_INFO : public GCSessionInfoBase
+{};
+
struct CJabberProto;
class CJabberDlgBase : public CProtoDlgBase<CJabberProto>
|