summaryrefslogtreecommitdiffstats
path: root/src/markdown.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/markdown.h')
-rw-r--r--src/markdown.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/markdown.h b/src/markdown.h
index bff1100..f41de5e 100644
--- a/src/markdown.h
+++ b/src/markdown.h
@@ -42,7 +42,8 @@ class MarkdownFileParser : 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);