diff options
Diffstat (limited to 'src/pycode.l')
-rw-r--r-- | src/pycode.l | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pycode.l b/src/pycode.l index c2a8ad1..79157a6 100644 --- a/src/pycode.l +++ b/src/pycode.l @@ -1394,7 +1394,7 @@ static void adjustScopesAndSuites(unsigned indentLength) void parsePythonCode(CodeOutputInterface &od,const char *className, const QCString &s,bool exBlock, const char *exName, FileDef *fd,int startLine,int endLine,bool inlineFragment, - MemberDef *) + MemberDef *,bool) { //printf("***parseCode()\n"); |