diff options
Diffstat (limited to 'src/rtfgen.h')
-rw-r--r-- | src/rtfgen.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rtfgen.h b/src/rtfgen.h index 65cd94e..bd611cf 100644 --- a/src/rtfgen.h +++ b/src/rtfgen.h @@ -245,7 +245,7 @@ class RTFGenerator : 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() {} |