diff options
Diffstat (limited to 'src/mangen.h')
-rw-r--r-- | src/mangen.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mangen.h b/src/mangen.h index eba6c8d..a3a2a33 100644 --- a/src/mangen.h +++ b/src/mangen.h @@ -176,8 +176,8 @@ class ManGenerator : public OutputGenerator //void writeDescItem(); void startDescForItem(); void endDescForItem(); - void startSection(const char *,const char *,SectionInfo::SectionType); - void endSection(const char *,SectionInfo::SectionType); + void startSection(const char *,const char *,SectionType); + void endSection(const char *,SectionType); void addIndexItem(const char *,const char *) {} void startIndent() {} void endIndent() {} |