]> git.saurik.com Git - wxWidgets.git/commitdiff
added (another) missing const
authorGilles Depeyrot <gilles_depeyrot@mac.com>
Tue, 20 Nov 2001 20:34:56 +0000 (20:34 +0000)
committerGilles Depeyrot <gilles_depeyrot@mac.com>
Tue, 20 Nov 2001 20:34:56 +0000 (20:34 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12530 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

utils/tex2rtf/src/tex2any.cpp
utils/tex2rtf/src/tex2any.h

index 3add6ea1b91eb0f0ef67c99bc6632284d12b0aa5..b86f28a72493a38037a096a8e498e7339ebc665d 100644 (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);
 
index 259b1d58826962890da9eeb6063e4e947561b244..0fc16cd94e3910e68629cd7663d93ff62a5a7a94 100644 (file)
@@ -159,7 +159,7 @@ extern FILE *CurrentOutput2;
 void AddMacroDef(int the_id, const char *name, int n, bool ignore = FALSE, bool forbidden = FALSE);
 void TexInitialize(int bufSize);
 void TexCleanUp(void);
-void TexOutput(char *s, bool ordinaryText = FALSE);
+void TexOutput(const char *s, bool ordinaryText = FALSE);
 char *GetArgData(TexChunk *chunk);
 char *GetArgData(void);             // Get the string for the current argument
 int GetNoArgs(void);                // Get the number of arguments for the current macro