]> 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 95a794e6b8c1cd91f0a1dc84bb1d23f0c99ef417..8b94e5ce8fb0efc2c3ce6e242c973749bb72c835 100644 (file)
@@ -18,6 +18,7 @@
 // ----------------------------------------------------------------------------
 // headers
 // ----------------------------------------------------------------------------
+
 #ifndef   _DYNARRAY_H
   #include <wx/dynarray.h>
 #endif  //_DYNARRAY_H
@@ -33,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