diff options
Diffstat (limited to 'src/mangen.h')
-rw-r--r-- | src/mangen.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mangen.h b/src/mangen.h index a830a32..c9abef4 100644 --- a/src/mangen.h +++ b/src/mangen.h @@ -242,7 +242,7 @@ class ManGenerator : public OutputGenerator void startParameterType(bool,const char *) {} void endParameterType() {} void startParameterName(bool) {} - void endParameterName(bool,bool) {} + void endParameterName(bool,bool,bool) {} void startParameterList(bool) {} void endParameterList() {} |