diff options
Diffstat (limited to 'src/htmlhelp.h')
-rw-r--r-- | src/htmlhelp.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/htmlhelp.h b/src/htmlhelp.h index bee84dd..0849007 100644 --- a/src/htmlhelp.h +++ b/src/htmlhelp.h @@ -77,8 +77,7 @@ class HtmlHelp : public IndexIntf //void addIndexItem(const char *level1, const char *level2, // const char *contRef, const char *memRef, // const char *anchor,const MemberDef *md); - void addIndexItem(Definition *context,MemberDef *md, - const char *anchor,const char *word); + void addIndexItem(Definition *context,MemberDef *md,const char *title); void addIndexFile(const char *name); void addImageFile(const char *) {} void addStyleSheetFile(const char *) {} |