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
This commit is contained in:
@@ -178,7 +178,7 @@ bool haveArgData = FALSE; // If TRUE, we're simulating the data.
|
|||||||
TexChunk *currentArgument = NULL;
|
TexChunk *currentArgument = NULL;
|
||||||
TexChunk *nextChunk = NULL;
|
TexChunk *nextChunk = NULL;
|
||||||
bool isArgOptional = FALSE;
|
bool isArgOptional = FALSE;
|
||||||
bool noArgs = 0;
|
int noArgs = 0;
|
||||||
|
|
||||||
TexChunk *TopLevel = NULL;
|
TexChunk *TopLevel = NULL;
|
||||||
// wxList MacroDefs(wxKEY_STRING);
|
// wxList MacroDefs(wxKEY_STRING);
|
||||||
|
Reference in New Issue
Block a user