summaryrefslogtreecommitdiffstats
path: root/src/htmlhelp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/htmlhelp.h')
-rw-r--r--src/htmlhelp.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/htmlhelp.h b/src/htmlhelp.h
index 87abe81..a600e77 100644
--- a/src/htmlhelp.h
+++ b/src/htmlhelp.h
@@ -79,7 +79,7 @@ class HtmlHelp : public IndexIntf
// const char *anchor,const MemberDef *md);
void addIndexItem(Definition *context,MemberDef *md,const char *title);
void addIndexFile(const char *name);
- void addImageFile(const char *) {}
+ void addImageFile(const char *);
void addStyleSheetFile(const char *) {}
private:
@@ -90,6 +90,7 @@ class HtmlHelp : public IndexIntf
HtmlHelpIndex *index;
int dc;
QStrList indexFiles;
+ QStrList imageFiles;
QDict<void> indexFileDict;
static HtmlHelp *theInstance;
QCString recode(const QCString &s);