summaryrefslogtreecommitdiffstats
path: root/src/xmlscanner.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/xmlscanner.h')
-rw-r--r--src/xmlscanner.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/xmlscanner.h b/src/xmlscanner.h
index 6053b96..cb9792c 100644
--- a/src/xmlscanner.h
+++ b/src/xmlscanner.h
@@ -41,9 +41,9 @@ public:
int startLine=-1,
int endLine=-1,
bool inlineFragment=FALSE,
- MemberDef *memberDef=0,
+ const MemberDef *memberDef=0,
bool showLineNumbers=TRUE,
- Definition *searchCtx=0,
+ const Definition *searchCtx=0,
bool collectXRefs=TRUE
)
{