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"
-bool rc2wxr::Seperator(int ch)
+bool rc2wxr::Separator(int ch)
{
-while (Seperator(ch))
+while (Separator(ch))
{
-while (!Seperator(ch))
+while (!Separator(ch))
{