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 d8bec55..de4f5b4 100644 --- a/src/rtfgen.h +++ b/src/rtfgen.h @@ -211,6 +211,9 @@ class RTFGenerator : public OutputGenerator void startParameter(bool) {} void endParameter(bool) {} + void startFontClass(const char *) {} + void endFontClass() {} + static bool preProcessFileInplace(const char *path,const char *name); private: |