Fix inconsistent DLL export declaration for wxTreeListCtrlNameStr.
This variable is defined in "adv" library, not "core". See #13502. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@69184 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -26,7 +26,7 @@
|
|||||||
class WXDLLIMPEXP_FWD_ADV wxDataViewCtrl;
|
class WXDLLIMPEXP_FWD_ADV wxDataViewCtrl;
|
||||||
class WXDLLIMPEXP_FWD_ADV wxDataViewEvent;
|
class WXDLLIMPEXP_FWD_ADV wxDataViewEvent;
|
||||||
|
|
||||||
extern WXDLLIMPEXP_DATA_CORE(const char) wxTreeListCtrlNameStr[];
|
extern WXDLLIMPEXP_DATA_ADV(const char) wxTreeListCtrlNameStr[];
|
||||||
|
|
||||||
class wxTreeListCtrl;
|
class wxTreeListCtrl;
|
||||||
class wxTreeListModel;
|
class wxTreeListModel;
|
||||||
|
Reference in New Issue
Block a user