summaryrefslogtreecommitdiffstats
path: root/src/xmlcode.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/xmlcode.h')
-rw-r--r--src/xmlcode.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xmlcode.h b/src/xmlcode.h
index 5a9c78c..e463866 100644
--- a/src/xmlcode.h
+++ b/src/xmlcode.h
@@ -30,7 +30,7 @@ class Definition;
extern void parseXmlCode(CodeOutputInterface &,const char *,const QCString &,
bool ,const char *,FileDef *fd,
int startLine,int endLine,bool inlineFragment,
- MemberDef *memberDef,bool showLineNumbers,Definition *searchCtx,
+ const MemberDef *memberDef,bool showLineNumbers,const Definition *searchCtx,
bool collectXRefs);
extern void resetXmlCodeParserState();