summaryrefslogtreecommitdiffstats
path: root/src/htmlgen.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/htmlgen.h')
-rw-r--r--src/htmlgen.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/htmlgen.h b/src/htmlgen.h
index 2d8d6e0..dad884f 100644
--- a/src/htmlgen.h
+++ b/src/htmlgen.h
@@ -249,7 +249,7 @@ class HtmlGenerator : public OutputGenerator
//void startDescList(SectionTypes) { t << "<dl compact><dt><b>" << endl; }
//void endDescList() { t << "</dl>"; }
void startSimpleSect(SectionTypes,const char *,const char *,const char *);
- void endSimpleSect();
+ void endSimpleSect(SectionTypes);
void startParamList(ParamListTypes,const char *);
void endParamList();
//void writeDescItem() { t << "<dd>" << endl; }