]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/osx/notebook.h
Add wxUSE_MARKUP and wrap SetLabelMarkup() in it.
[wxWidgets.git] / include / wx / osx / notebook.h
index 724bfb7dfe85fc900611e0887e1530e3849a4118..8082d3075bfba8b4dd7eeec5c4dcb776dbac8095 100644 (file)
@@ -41,7 +41,7 @@ public:
              const wxPoint& pos = wxDefaultPosition,
              const wxSize& size = wxDefaultSize,
              long style = 0,
-             const wxString& name = wxNotebookNameStr);
+             const wxString& name = wxNotebookNameStr)
     { Create( parent, id, pos, size, style, name ); }
     // Create() function
   bool Create(wxWindow *parent,