X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/19311d4e7c43a3f6243bf805c164fd76cada0386..3285ee538be44537a0d4e43252db18f5e7362782:/contrib/utils/convertrc/rc2xml.h diff --git a/contrib/utils/convertrc/rc2xml.h b/contrib/utils/convertrc/rc2xml.h index edf6ba9551..6afe5e6f82 100644 --- a/contrib/utils/convertrc/rc2xml.h +++ b/contrib/utils/convertrc/rc2xml.h @@ -5,6 +5,10 @@ #if !defined(RC2XML_H) #define RC2XML_H +#ifdef __GNUG__ +#pragma interface "rc2xml.h" +#endif + #include "wx/file.h" #include #include @@ -58,10 +62,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);