X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/19311d4e7c43a3f6243bf805c164fd76cada0386..f600738e8f6da6a965cfb717efdb9bb17122f168:/contrib/utils/convertrc/rc2wxr.h diff --git a/contrib/utils/convertrc/rc2wxr.h b/contrib/utils/convertrc/rc2wxr.h index d01f76591f..b4bd9e6fc5 100644 --- a/contrib/utils/convertrc/rc2wxr.h +++ b/contrib/utils/convertrc/rc2wxr.h @@ -26,7 +26,7 @@ private: void ParseStaticText(); void ParseTextCtrl(); void ParsePushButton(); - bool Seperator(int ch); + bool Separator(int ch); void ParseGroupBox(); void ReadRect(int & x, int & y, int & width, int & height); wxString GetToken();