X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/19d0f58d39047447a6908520498720c8bff35a1b..65baafba0e8cd74f2264b7e2f7625ff5bea84864:/contrib/utils/convertrc/convert.h diff --git a/contrib/utils/convertrc/convert.h b/contrib/utils/convertrc/convert.h index 7c1738fd01..b7ae887ec3 100644 --- a/contrib/utils/convertrc/convert.h +++ b/contrib/utils/convertrc/convert.h @@ -21,17 +21,17 @@ public: void OnWXR2XML(wxCommandEvent& event); void OnRc2Wxr(wxCommandEvent& event); void OnQuit(wxCommandEvent& event); - wxMainFrame(wxWindow* parent, wxWindowID id, + wxMainFrame(wxWindow* parent, wxWindowID id, const wxString& title, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize, long style = wxDEFAULT_FRAME_STYLE, const wxString& name = _T("frame")); virtual ~wxMainFrame(); - + protected: DECLARE_EVENT_TABLE() }; -class wxConvertApp : public wxApp +class wxConvertApp : public wxApp { public: bool HandleCommandLine();