]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/notebook.h
Remove commented-out code.
[wxWidgets.git] / include / wx / notebook.h
index ec0dfa5ba343fa89e9cd5dd7273cc0f1fdc0eba8..b4692d7094cf5bb22bdae4792f503fe0f4c9e338 100644 (file)
@@ -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")