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:
Troels Knakkergaard 2016-04-25 12:08:28 +02:00 committed by Vadim Zeitlin
parent 875a40be13
commit db62698720

View File

@ -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__)