X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9026ad85a9792a6e5a6b41320886b154c38a9d0d..abe2606b703f615dbe96d2d7a54345c0b27b9843:/include/wx/msw/notebook.h diff --git a/include/wx/msw/notebook.h b/include/wx/msw/notebook.h index 586144ed87..95a794e6b8 100644 --- a/include/wx/msw/notebook.h +++ b/include/wx/msw/notebook.h @@ -33,14 +33,8 @@ class WXDLLEXPORT wxWindow; // array of notebook pages typedef wxWindow WXDLLEXPORT wxNotebookPage; // so far, any window can be a page -#undef WXDLLEXPORTLOCAL -#define WXDLLEXPORTLOCAL WXDLLEXPORT - WX_DEFINE_ARRAY(wxNotebookPage *, wxArrayPages); -#undef WXDLLEXPORTLOCAL -#define WXDLLEXPORTLOCAL - // ---------------------------------------------------------------------------- // wxNotebook // ----------------------------------------------------------------------------