From 446dd881f5ffa84615590e59dffba74b05c3c55c Mon Sep 17 00:00:00 2001 From: Julian Smart Date: Tue, 12 Jan 1999 20:49:50 +0000 Subject: [PATCH] Fixed silly error (what was Bool = int is now bool = 1/0) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1380 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- utils/tex2rtf/src/tex2any.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/tex2rtf/src/tex2any.cpp b/utils/tex2rtf/src/tex2any.cpp index 40e159eeae..6bdc76b38f 100644 --- a/utils/tex2rtf/src/tex2any.cpp +++ b/utils/tex2rtf/src/tex2any.cpp @@ -178,7 +178,7 @@ bool haveArgData = FALSE; // If TRUE, we're simulating the data. TexChunk *currentArgument = NULL; TexChunk *nextChunk = NULL; bool isArgOptional = FALSE; -bool noArgs = 0; +int noArgs = 0; TexChunk *TopLevel = NULL; // wxList MacroDefs(wxKEY_STRING); -- 2.50.0