X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2432b92dd7a837db13d3938a56c1959decd03203..a3c1786def55bcc233f9606acb1aceee956d184f:/samples/proplist/test.h diff --git a/samples/proplist/test.h b/samples/proplist/test.h index 955a8456bf..232a6bf60c 100644 --- a/samples/proplist/test.h +++ b/samples/proplist/test.h @@ -91,7 +91,7 @@ class PropFormFrame: public wxPropertyFormFrame public: PropFormFrame(wxPropertyFormView *v, wxFrame *parent, const wxString& title, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize, - long style = wxDEFAULT_FRAME, const wxString& name = "frame"): + long style = wxDEFAULT_FRAME_STYLE, const wxString& name = "frame"): wxPropertyFormFrame(v, parent, title, pos, size, style, name) { }