Jobchange source error

05/14/2012 14:26 EvilSlayer#1
Hey,
Could you help me out with this error:

c:\Users\MICHAEL\Desktop\blessed\Blessed Source\Official Source\_Interface\WndManager.h(518): error C2143: syntax error : missing ';' before '*'
c:\Users\MICHAEL\Desktop\blessed\Blessed Source\Official Source\_Interface\WndManager.h(518): error C2501: 'CWndMgr::CWndJobChangeEx' : missing storage-class or type specifiers
c:\Users\MICHAEL\Desktop\blessed\Blessed Source\Official Source\_Interface\WndManager.h(518): error C2501: 'CWndMgr::m_pJobChangeEx' : missing storage-class or type specifiers

This is how it's coded in the WndManager.h:

CWndReSkillWarning* m_pWndReSkillWarning;
CWndJobChangeEx* m_pJobChangeEx;
CWndFontEdit* m_pWndFontEdit;

Please tell me what is wrong about this code? Since I don't see why it should be missing ;
Thanks.
05/14/2012 21:31 Jopsi332#2
add wndjobchangeex.h to projekt
05/15/2012 08:22 EvilSlayer#3
Removed
EvilSlayer