compilation fix after warning fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22562 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
66b6b57c0e
commit
e33f650382
@ -108,9 +108,9 @@ static wxString GetAppName(const wxString& appname);
|
||||
|
||||
#ifdef WXMAKINGDLL_BASE
|
||||
WX_DEFINE_SORTED_USER_EXPORTED_ARRAY(wxFileConfigEntry *, ArrayEntries,
|
||||
WXDLLIMPEXP_LOCAL);
|
||||
WXDLLIMPEXP_BASE);
|
||||
WX_DEFINE_SORTED_USER_EXPORTED_ARRAY(wxFileConfigGroup *, ArrayGroups,
|
||||
WXDLLIMPEXP_LOCAL);
|
||||
WXDLLIMPEXP_BASE);
|
||||
#else
|
||||
WX_DEFINE_SORTED_ARRAY(wxFileConfigEntry *, ArrayEntries);
|
||||
WX_DEFINE_SORTED_ARRAY(wxFileConfigGroup *, ArrayGroups);
|
||||
|
Loading…
Reference in New Issue
Block a user