]> git.saurik.com Git - wxWidgets.git/blobdiff - contrib/utils/convertrc/convert.h
Removed very out of date files in docs/msw
[wxWidgets.git] / contrib / utils / convertrc / convert.h
index 7c1738fd0149c89c4fe316e1e3ccdd8c3c1b4ca8..07043d494efa4a8a110d372ea0f5c9fd9ed4a602 100644 (file)
@@ -5,6 +5,10 @@
 #if !defined(MAINFRAME_H)
 #define MAINFRAME_H
 
 #if !defined(MAINFRAME_H)
 #define MAINFRAME_H
 
+#ifdef __GNUG__
+#pragma interface "convert.h"
+#endif
+
 #include "wx/wxprec.h"
 
 
 #include "wx/wxprec.h"
 
 
@@ -21,17 +25,17 @@ public:
     void OnWXR2XML(wxCommandEvent& event);
     void OnRc2Wxr(wxCommandEvent& event);
     void OnQuit(wxCommandEvent& event);
     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();
         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()
 };
 
 protected:
     DECLARE_EVENT_TABLE()
 };
 
-class wxConvertApp : public wxApp  
+class wxConvertApp : public wxApp
 {
 public:
     bool HandleCommandLine();
 {
 public:
     bool HandleCommandLine();