X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c40691a0644cb0e08ec2c0cb7cda1c10b5a84e1b..d80170bd4d3fa22bdd3e30f2d009f3fd8e9a8b4e:/samples/stc/edit.h diff --git a/samples/stc/edit.h b/samples/stc/edit.h index 4a7ecf79d1..b96c9f5790 100644 --- a/samples/stc/edit.h +++ b/samples/stc/edit.h @@ -48,7 +48,11 @@ public: Edit (wxWindow *parent, wxWindowID id = wxID_ANY, const wxPoint &pos = wxDefaultPosition, const wxSize &size = wxDefaultSize, - long style = wxSUNKEN_BORDER|wxVSCROLL + long style = +#ifndef __WXMAC__ + wxSUNKEN_BORDER| +#endif + wxVSCROLL ); //! destructor @@ -148,7 +152,7 @@ class EditPrint: public wxPrintout { public: //! constructor - EditPrint (Edit *edit, wxChar *title = _T("")); + EditPrint (Edit *edit, const wxChar *title = _T("")); //! event handlers bool OnPrintPage (int page);