]> git.saurik.com Git - wxWidgets.git/blobdiff - contrib/utils/convertrc/convert.h
define _HPUX_SOURCE under HP-UX, otherwise many things are not defined in standard...
[wxWidgets.git] / contrib / utils / convertrc / convert.h
index 7c1738fd0149c89c4fe316e1e3ccdd8c3c1b4ca8..b7ae887ec336f2504b141c19ce8ea79501be062e 100644 (file)
@@ -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();