X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/76b49cf49ba9ee9f3eeec9730cb4bc4569ab17f1..8168167976dc3cc5f5223a21e1a62ba91a4f77b3:/src/univ/framuniv.cpp?ds=inline diff --git a/src/univ/framuniv.cpp b/src/univ/framuniv.cpp index 2ce9b25aa4..53dd59c937 100644 --- a/src/univ/framuniv.cpp +++ b/src/univ/framuniv.cpp @@ -49,12 +49,12 @@ IMPLEMENT_DYNAMIC_CLASS(wxFrame, wxTopLevelWindow) // ---------------------------------------------------------------------------- bool wxFrame::Create(wxWindow *parent, - wxWindowID id, - const wxString& title, - const wxPoint& pos, - const wxSize& size, - long style, - const wxString& name) + wxWindowID id, + const wxString& title, + const wxPoint& pos, + const wxSize& size, + long style, + const wxString& name) { if ( !wxTopLevelWindow::Create(parent, id, title, pos, size, style, name) ) return false;