diff options
Diffstat (limited to 'protocols/JabberG/src')
-rw-r--r-- | protocols/JabberG/src/ui_utils.h | 2 |
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
{
|