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