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:
parent
875a40be13
commit
db62698720
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@
|
|||
#include "wx/systhemectrl.h"
|
||||
|
||||
class WXDLLIMPEXP_FWD_CORE wxImageList;
|
||||
class WXDLLIMPEXP_FWD_CORE wxItemAttr;
|
||||
class wxItemAttr;
|
||||
class WXDLLIMPEXP_FWD_CORE wxHeaderCtrl;
|
||||
|
||||
#if !(defined(__WXGTK20__) || defined(__WXOSX__) ) || defined(__WXUNIVERSAL__)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue