From 6de6ca4c7458b3db985a146f63725f820ef4c11c Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Thu, 22 Sep 2011 12:53:47 +0000 Subject: [PATCH] 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 --- include/wx/treelist.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/wx/treelist.h b/include/wx/treelist.h index 1b33b5abcc..bb27f9d8f9 100644 --- a/include/wx/treelist.h +++ b/include/wx/treelist.h @@ -26,7 +26,7 @@ class WXDLLIMPEXP_FWD_ADV wxDataViewCtrl; class WXDLLIMPEXP_FWD_ADV wxDataViewEvent; -extern WXDLLIMPEXP_DATA_CORE(const char) wxTreeListCtrlNameStr[]; +extern WXDLLIMPEXP_DATA_ADV(const char) wxTreeListCtrlNameStr[]; class wxTreeListCtrl; class wxTreeListModel; -- 2.45.2