X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1693108cfeb77447c492714a0a7936c35a51c284..d39a744d765cbfcab396a595178c4e98f5ea4cce:/utils/tex2rtf/src/tex2any.h?ds=sidebyside diff --git a/utils/tex2rtf/src/tex2any.h b/utils/tex2rtf/src/tex2any.h index d05a643333..5bff6a9369 100644 --- a/utils/tex2rtf/src/tex2any.h +++ b/utils/tex2rtf/src/tex2any.h @@ -162,7 +162,7 @@ extern FILE *CurrentOutput2; void AddMacroDef(int the_id, const wxChar *name, int n, bool ignore = false, bool forbidden = false); void TexInitialize(int bufSize); void TexCleanUp(void); -void TexOutput(const wxChar *s, bool ordinaryText = false); +void TexOutput(const wxString& s, bool ordinaryText = false); wxChar *GetArgData(TexChunk *chunk); wxChar *GetArgData(void); // Get the string for the current argument int GetNoArgs(void); // Get the number of arguments for the current macro