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:
Vadim Zeitlin
2011-09-22 12:53:47 +00:00
parent e427c04537
commit 6de6ca4c74

View File

@@ -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;