X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/19d0f58d39047447a6908520498720c8bff35a1b..dcb39c53303d1ec6884f7bcd7bc9dc101e560e62:/contrib/utils/convertrc/convert.h diff --git a/contrib/utils/convertrc/convert.h b/contrib/utils/convertrc/convert.h index 7c1738fd01..07043d494e 100644 --- a/contrib/utils/convertrc/convert.h +++ b/contrib/utils/convertrc/convert.h @@ -5,6 +5,10 @@ #if !defined(MAINFRAME_H) #define MAINFRAME_H +#ifdef __GNUG__ +#pragma interface "convert.h" +#endif + #include "wx/wxprec.h" @@ -21,17 +25,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();