X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/210a651b4f4ef5ff4e220a100a10bb4f29e08cfd..af01f1ba0d697c07173f436ab661b4c833258a91:/include/wx/os2/notebook.h diff --git a/include/wx/os2/notebook.h b/include/wx/os2/notebook.h index 7e533d6966..2a1b3b95a1 100644 --- a/include/wx/os2/notebook.h +++ b/include/wx/os2/notebook.h @@ -28,7 +28,6 @@ class WXDLLEXPORT wxImageList; class WXDLLEXPORT wxWindow; // array of notebook pages -typedef wxWindow WXDLLEXPORT wxNotebookPage; // so far, any window can be a page WX_DEFINE_ARRAY(wxNotebookPage *, wxArrayNBPages); // ----------------------------------------------------------------------------