summaryrefslogtreecommitdiff
path: root/protocols
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2013-02-23 18:31:16 +0000
committerGeorge Hazan <george.hazan@gmail.com>2013-02-23 18:31:16 +0000
commit139c2c1a61d9f765704a2001199c2712d6587fb4 (patch)
tree75ea26442808a6a2a51fb37cc27e6e8f1f1d1afe /protocols
parent42563b1b6cf473a4ba10a327ac79adfc66ec71ba (diff)
old C proto interface removed
git-svn-id: http://svn.miranda-ng.org/main/trunk@3738 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols')
-rw-r--r--protocols/JabberG/src/ui_utils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/JabberG/src/ui_utils.h b/protocols/JabberG/src/ui_utils.h
index 64e33bf1c7..d85d82cb25 100644
--- a/protocols/JabberG/src/ui_utils.h
+++ b/protocols/JabberG/src/ui_utils.h
@@ -1211,7 +1211,7 @@ public:
#define WM_PROTO_ACTIVATE (WM_USER + 102)
#define WM_PROTO_LAST (WM_USER + 200)
-typedef struct tagPROTO_INTERFACE PROTO_INTERFACE;
+struct PROTO_INTERFACE;
class CProtoIntDlgBase : public CDlgBase
{