]> git.saurik.com Git - wxWidgets.git/blobdiff - contrib/utils/convertrc/rc2wxr.cpp
offset version by 1 to avoid having compatibility_version of 0.0.0 under Darwin:...
[wxWidgets.git] / contrib / utils / convertrc / rc2wxr.cpp
index 4a6944141382a3e700d9796d189ea8f26491fcb2..4860f849c5fa0e482eb6d2f202b2f9ff3717aee6 100644 (file)
@@ -10,11 +10,6 @@ not be used much longer.
 This code was used as a starting point for my rc2xml converter
 */
 
-#ifdef __GNUG__
-#pragma implementation "rc2wxr.cpp"
-#pragma interface "rc2wxr.cpp"
-#endif
-
 // For compilers that support precompilation, includes "wx/wx.h".
 #include "wx/wxprec.h"
 
@@ -400,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)
 
 {
 
@@ -514,7 +509,7 @@ return tok;
 
 
 
-while (Seperator(ch))
+while (Separator(ch))
 
 {
 
@@ -542,7 +537,7 @@ m_done=true;
 
 
 
-while (!Seperator(ch))
+while (!Separator(ch))
 
 {