]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/listbox.h
wxDataObejct and related changes (won't compile right now)
[wxWidgets.git] / include / wx / msw / listbox.h
index faf42ede5f03d35ade2815bea695c7063e90d4e2..6d1d8c0ba6e89b2ccd69481b9e3f23b2a6d98989 100644 (file)
@@ -26,7 +26,7 @@ WXDLLEXPORT_DATA(extern const wxChar*) wxListBoxNameStr;
   // define the array of list box items
   #include  <wx/dynarray.h>
 
-  WX_DEFINE_ARRAY(wxOwnerDrawn *, wxListBoxItemsArray);
+  WX_DEFINE_EXPORTED_ARRAY(wxOwnerDrawn *, wxListBoxItemsArray);
 
 #endif