summaryrefslogtreecommitdiffstats
path: root/src/htmlhelp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/htmlhelp.h')
-rw-r--r--src/htmlhelp.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/htmlhelp.h b/src/htmlhelp.h
index 9c3fa04..184b929 100644
--- a/src/htmlhelp.h
+++ b/src/htmlhelp.h
@@ -78,8 +78,8 @@ class HtmlHelp : public IndexIntf
const char *anchor,
bool separateIndex,
bool addToNavIndex,
- Definition *def);
- void addIndexItem(Definition *context,MemberDef *md,
+ const Definition *def);
+ void addIndexItem(const Definition *context,const MemberDef *md,
const char *sectionAnchor, const char *title);
void addIndexFile(const char *name);
void addImageFile(const char *);