projects
/
wxWidgets.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
6be663c
)
Fixed silly error (what was Bool = int is now bool = 1/0)
author
Julian Smart
<julian@anthemion.co.uk>
Tue, 12 Jan 1999 20:49:50 +0000
(20:49 +0000)
committer
Julian Smart
<julian@anthemion.co.uk>
Tue, 12 Jan 1999 20:49:50 +0000
(20:49 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1380
c3d73ce0
-8a6f-49c7-b76d-
6d57e0e08775
utils/tex2rtf/src/tex2any.cpp
patch
|
blob
|
blame
|
history
diff --git
a/utils/tex2rtf/src/tex2any.cpp
b/utils/tex2rtf/src/tex2any.cpp
index 40e159eeae3891743020ec30c756baabb8766a87..6bdc76b38f685ba4783a79a9e232db9182dbb3e9 100644
(file)
--- 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;
TexChunk *currentArgument = NULL;
TexChunk *nextChunk = NULL;
bool isArgOptional = FALSE;
-
bool
noArgs = 0;
+
int
noArgs = 0;
TexChunk *TopLevel = NULL;
// wxList MacroDefs(wxKEY_STRING);
TexChunk *TopLevel = NULL;
// wxList MacroDefs(wxKEY_STRING);