diff options
Diffstat (limited to 'src/mangen.h')
-rw-r--r-- | src/mangen.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mangen.h b/src/mangen.h index 1c8086e..a830a32 100644 --- a/src/mangen.h +++ b/src/mangen.h @@ -237,13 +237,13 @@ class ManGenerator : public OutputGenerator void startMemberDocPrefixItem() {} void endMemberDocPrefixItem() {} - void startMemberDocName() {} + void startMemberDocName(bool) {} void endMemberDocName() {} - void startParameterType(bool) {} + void startParameterType(bool,const char *) {} void endParameterType() {} void startParameterName(bool) {} void endParameterName(bool,bool) {} - void startParameterList() {} + void startParameterList(bool) {} void endParameterList() {} void startFontClass(const char *) {} |