added (another) missing const

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12530 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Gilles Depeyrot
2001-11-20 20:34:56 +00:00
parent d9f7f49ea3
commit e4a2236693
2 changed files with 2 additions and 2 deletions

View File

@@ -243,7 +243,7 @@ CustomMacro::~CustomMacro()
delete [] macroBody;
}
void TexOutput(char *s, bool ordinaryText)
void TexOutput(const char *s, bool ordinaryText)
{
int len = strlen(s);