diff options
Diffstat (limited to 'src/mangen.h')
-rw-r--r-- | src/mangen.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mangen.h b/src/mangen.h index 7a81bd9..731f35e 100644 --- a/src/mangen.h +++ b/src/mangen.h @@ -170,7 +170,8 @@ class ManGenerator : public OutputGenerator void endDescTitle(); void writeDescItem(); void endDescList() {} - void writeSection(const char *,const char *,bool) {} + void startSection(const char *,const char *,bool) {} + void endSection(const char *,bool) {} void writeSectionRef(const char *,const char *,const char *) {} void writeSectionRefItem(const char *,const char *,const char *) {} void writeSectionRefAnchor(const char *,const char *,const char *) {} |