EXPORTED an array to quiet the DLL compilation
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4257 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
da048e3d4c
commit
8b99adf475
@ -32,7 +32,7 @@ class WXDLLEXPORT wxFrame;
|
||||
|
||||
WXDLLEXPORT_DATA(extern const wxChar*) wxEmptyString;
|
||||
|
||||
WX_DEFINE_ARRAY(wxAcceleratorEntry *, wxAcceleratorArray);
|
||||
WX_DEFINE_EXPORTED_ARRAY(wxAcceleratorEntry *, wxAcceleratorArray);
|
||||
|
||||
// ----------------------------------------------------------------------------
|
||||
// Menu
|
||||
|
Loading…
Reference in New Issue
Block a user