]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/tex2rtf/src/tex2any.cpp
added copy ctor to wxHashTable
[wxWidgets.git] / utils / tex2rtf / src / tex2any.cpp
index 40e159eeae3891743020ec30c756baabb8766a87..cefb10037e7dc8f9fda63db4b95f7fe21d084948 100644 (file)
@@ -121,6 +121,7 @@ char            *textColourString = NULL;
 char            *linkColourString = NULL;
 char            *followedLinkColourString = NULL;
 bool            combineSubSections = FALSE;
+bool            htmlWorkshopFiles = FALSE;
 
 /*
  * International support
@@ -178,7 +179,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);