X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/694f70fa9c0cc8889c208020bf75b2e3861f6818..8ced02f6018e8e3651af5a78db08cabc1ab67fec:/contrib/utils/convertrc/rc2wxr.cpp?ds=sidebyside diff --git a/contrib/utils/convertrc/rc2wxr.cpp b/contrib/utils/convertrc/rc2wxr.cpp index af389830d1..4860f849c5 100644 --- a/contrib/utils/convertrc/rc2wxr.cpp +++ b/contrib/utils/convertrc/rc2wxr.cpp @@ -10,10 +10,6 @@ not be used much longer. This code was used as a starting point for my rc2xml converter */ -#ifdef __GNUG__ -#pragma implementation "rc2wxr.h" -#endif - // For compilers that support precompilation, includes "wx/wx.h". #include "wx/wxprec.h" @@ -399,7 +395,7 @@ wxFprintf(m_wxr,_T("[8, 'wxSWISS', 'wxNORMAL', 'wxNORMAL', 0, 'MS Sans Serif']], -bool rc2wxr::Seperator(int ch) +bool rc2wxr::Separator(int ch) { @@ -513,7 +509,7 @@ return tok; -while (Seperator(ch)) +while (Separator(ch)) { @@ -541,7 +537,7 @@ m_done=true; -while (!Seperator(ch)) +while (!Separator(ch)) {