From 7f857efc2cb02ded30d17f1728af21438c0bd4e7 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Mon, 9 Feb 2015 12:10:39 +0000 Subject: [PATCH] Fix DLL declaration of wxAddRemoveCtrlNameStr. The control, and its name string, are in the "adv" library, not "core". git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@78465 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/common/addremovectrl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/addremovectrl.cpp b/src/common/addremovectrl.cpp index dd8b8fb940..f5595e269e 100644 --- a/src/common/addremovectrl.cpp +++ b/src/common/addremovectrl.cpp @@ -40,7 +40,7 @@ // ---------------------------------------------------------------------------- extern -WXDLLIMPEXP_DATA_CORE(const char) wxAddRemoveCtrlNameStr[] = "wxAddRemoveCtrl"; +WXDLLIMPEXP_DATA_ADV(const char) wxAddRemoveCtrlNameStr[] = "wxAddRemoveCtrl"; bool wxAddRemoveCtrl::Create(wxWindow* parent,