Fix for DLL build after wxItemAttr addition
Don't forward declare this class as being DLL-exported, it isn't. Closes #17508.
This commit is contained in:
committed by
Vadim Zeitlin
parent
875a40be13
commit
db62698720
@@ -29,7 +29,7 @@
|
|||||||
#include "wx/systhemectrl.h"
|
#include "wx/systhemectrl.h"
|
||||||
|
|
||||||
class WXDLLIMPEXP_FWD_CORE wxImageList;
|
class WXDLLIMPEXP_FWD_CORE wxImageList;
|
||||||
class WXDLLIMPEXP_FWD_CORE wxItemAttr;
|
class wxItemAttr;
|
||||||
class WXDLLIMPEXP_FWD_CORE wxHeaderCtrl;
|
class WXDLLIMPEXP_FWD_CORE wxHeaderCtrl;
|
||||||
|
|
||||||
#if !(defined(__WXGTK20__) || defined(__WXOSX__) ) || defined(__WXUNIVERSAL__)
|
#if !(defined(__WXGTK20__) || defined(__WXOSX__) ) || defined(__WXUNIVERSAL__)
|
||||||
|
Reference in New Issue
Block a user