X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8e33de15b5d050e5c3a781e6f1ec059405f72c9b..cbef7338c1c7763042704c74d5ee6f62c7e10733:/include/wx/cocoa/notebook.h?ds=sidebyside diff --git a/include/wx/cocoa/notebook.h b/include/wx/cocoa/notebook.h index 8083ec895b..6cc8161ff0 100644 --- a/include/wx/cocoa/notebook.h +++ b/include/wx/cocoa/notebook.h @@ -17,7 +17,7 @@ // ======================================================================== // wxNotebook // ======================================================================== -class WXDLLEXPORT wxNotebook: public wxNotebookBase, protected wxCocoaNSTabView +class WXDLLIMPEXP_CORE wxNotebook: public wxNotebookBase, protected wxCocoaNSTabView { DECLARE_DYNAMIC_CLASS(wxNotebook) DECLARE_EVENT_TABLE() @@ -56,7 +56,7 @@ protected: // ------------------------------------------------------------------------ public: // set the currently selected page, return the index of the previously - // selected one (or -1 on error) + // selected one (or wxNOT_FOUND on error) int SetSelection(size_t nPage); // get the currently selected page int GetSelection() const;