summaryrefslogtreecommitdiffstats
path: root/src/pyscanner.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pyscanner.h')
-rw-r--r--src/pyscanner.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/pyscanner.h b/src/pyscanner.h
index 5cc69d9..4b99706 100644
--- a/src/pyscanner.h
+++ b/src/pyscanner.h
@@ -55,7 +55,8 @@ class PythonLanguageScanner : public ParserInterface
bool inlineFragment=FALSE,
MemberDef *memberDef=0,
bool showLineNumbers=TRUE,
- Definition *searchCtx=0
+ Definition *searchCtx=0,
+ bool collectXrefs=TRUE
);
void resetCodeParserState();
void parsePrototype(const char *text);