diff options
Diffstat (limited to 'src/rtfgen.h')
-rw-r--r-- | src/rtfgen.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/rtfgen.h b/src/rtfgen.h index f47da9b..d8bec55 100644 --- a/src/rtfgen.h +++ b/src/rtfgen.h @@ -208,6 +208,9 @@ class RTFGenerator : public OutputGenerator void endTextBlock(); void lastIndexPage(); + void startParameter(bool) {} + void endParameter(bool) {} + static bool preProcessFileInplace(const char *path,const char *name); private: |