X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/210a651b4f4ef5ff4e220a100a10bb4f29e08cfd..bc55104d9ab0b0b835644f17a152b4fbbfa8c7b9:/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); // ----------------------------------------------------------------------------