From: Vadim Zeitlin Date: Sun, 30 Sep 2001 00:09:02 +0000 (+0000) Subject: DLL compilation fix X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/379ff23b1c6b25f7b87810a9c07d2c13638ad20f DLL compilation fix git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11738 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/common/fileconf.cpp b/src/common/fileconf.cpp index 256655447a..0cb93cf513 100644 --- a/src/common/fileconf.cpp +++ b/src/common/fileconf.cpp @@ -99,8 +99,8 @@ static wxString GetAppName(const wxString& appname); // "template" array types // ---------------------------------------------------------------------------- -WX_DEFINE_SORTED_ARRAY(wxFileConfigEntry *, ArrayEntries); -WX_DEFINE_SORTED_ARRAY(wxFileConfigGroup *, ArrayGroups); +WX_DEFINE_SORTED_EXPORTED_ARRAY(wxFileConfigEntry *, ArrayEntries); +WX_DEFINE_SORTED_EXPORTED_ARRAY(wxFileConfigGroup *, ArrayGroups); // ---------------------------------------------------------------------------- // wxFileConfigLineList