]> git.saurik.com Git - wxWidgets.git/blobdiff - contrib/utils/convertrc/rc2xml.h
define _HPUX_SOURCE under HP-UX, otherwise many things are not defined in standard...
[wxWidgets.git] / contrib / utils / convertrc / rc2xml.h
index edf6ba95517efd5f0713381abb3c3b9513cfc969..e4d458059d8e13b81f797f960fe7768ebe8cc731 100644 (file)
@@ -6,8 +6,8 @@
 #define RC2XML_H
 
 #include "wx/file.h"
-#include <wx/ffile.h>
-#include <wx/list.h>
+#include "wx/ffile.h"
+#include "wx/list.h"
 
 
 class rc2xml : public wxObject
@@ -58,10 +58,10 @@ protected:
     void ParseRadioButton(wxString phrase,wxString varname);
     void ParseCheckBox(wxString phrase,wxString varname);
     void ParsePushButton(wxString phrase, wxString varname);
-    bool Seperator(int ch);
+    bool Separator(int ch);
     void ParseGroupBox(wxString phrase, wxString varname);
     bool ReadRect(int & x, int & y, int & width, int & height);
-    wxString GetToken(bool *listseperator = 0);
+    wxString GetToken(bool *listseparator = 0);
     wxString GetQuoteField();
     wxString GetStringQuote();
     void ReadChar(int &ch);