]> git.saurik.com Git - wxWidgets.git/commitdiff
EXPORTED an array to quiet the DLL compilation
authorRobin Dunn <robin@alldunn.com>
Fri, 29 Oct 1999 17:32:32 +0000 (17:32 +0000)
committerRobin Dunn <robin@alldunn.com>
Fri, 29 Oct 1999 17:32:32 +0000 (17:32 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4257 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/msw/menu.h

index 84746929c6247685b0b9fd399db3da1e0aed7259..93dc89e8227ea1f43086de4583c824f2000ded47 100644 (file)
@@ -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