]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/notebook.h
Fixes for 16-bit compilation
[wxWidgets.git] / include / wx / msw / notebook.h
index 265274a036d3b26a25465760f4eb536f406691bd..8b94e5ce8fb0efc2c3ce6e242c973749bb72c835 100644 (file)
@@ -34,7 +34,7 @@ class WXDLLEXPORT wxWindow;
 // array of notebook pages
 typedef wxWindow WXDLLEXPORT wxNotebookPage;  // so far, any window can be a page
 
-WX_DEFINE_ARRAY(wxNotebookPage *, wxArrayPages);
+WX_DEFINE_EXPORTED_ARRAY(wxNotebookPage *, wxArrayPages);
 
 // ----------------------------------------------------------------------------
 // wxNotebook