]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/notebook.h
Changes related to stream includes
[wxWidgets.git] / include / wx / msw / notebook.h
index c4ebd06ffee7d530439e960c50e7d3ddaf91885d..82d90dcffe67c9b06730ed974db4463fd12b5bf3 100644 (file)
 // ----------------------------------------------------------------------------
 
 // fwd declarations
-class wxImageList;
-class wxWindow;
+class WXDLLEXPORT wxImageList;
+class WXDLLEXPORT wxWindow;
 
 // array of notebook pages
-typedef wxWindow wxNotebookPage;  // so far, any window can be a page
+typedef wxWindow WXDLLEXPORT wxNotebookPage;  // so far, any window can be a page
 WX_DEFINE_ARRAY(wxNotebookPage *, wxArrayPages);
 
 // ----------------------------------------------------------------------------