]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/notebook.h
wxRadioBox fixed on mac
[wxWidgets.git] / include / wx / mac / notebook.h
index aa51b7e7817aa38714da492a626f92091aad74f1..e70d4d15c5b00f36aaee708ae4502d968673512b 100644 (file)
@@ -32,7 +32,7 @@ class WXDLLEXPORT wxWindow;
 
 // array of notebook pages
 typedef wxWindow wxNotebookPage;  // so far, any window can be a page
-WX_DEFINE_ARRAY(wxNotebookPage *, wxArrayPages);
+WX_DEFINE_ARRAY(wxNotebookPage *, wxArrayPages) ;
 
 // ----------------------------------------------------------------------------
 // wxNotebook