diff options
Diffstat (limited to 'src/htmlgen.h')
-rw-r--r-- | src/htmlgen.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/htmlgen.h b/src/htmlgen.h index c220473..40a37bc 100644 --- a/src/htmlgen.h +++ b/src/htmlgen.h @@ -68,8 +68,8 @@ class HtmlGenerator : public OutputGenerator void endIndexList(); void startIndexKey(); void endIndexKey(); - void startIndexValue(); - void endIndexValue(const char *); + void startIndexValue(bool); + void endIndexValue(const char *,bool); void startItemList() { t << "<ul>" << endl; } void endItemList() { t << "</ul>" << endl; } void startEnumList() { t << "<ol>" << endl; } |