X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e450aa692b887adbae4350896f6c90ec8e1368e3..9b51403d3753c10b9cee43cfbac82f42af01b191:/include/wx/notebook.h diff --git a/include/wx/notebook.h b/include/wx/notebook.h index ec0dfa5ba3..b4692d7094 100644 --- a/include/wx/notebook.h +++ b/include/wx/notebook.h @@ -48,7 +48,7 @@ enum // array of notebook pages typedef wxWindow wxNotebookPage; // so far, any window can be a page -WX_DEFINE_EXPORTED_ARRAY(wxNotebookPage *, wxArrayPages); +WX_DEFINE_EXPORTED_ARRAY_NO_PTR(wxNotebookPage *, wxArrayPages); #define wxNOTEBOOK_NAME _T("notebook")