diff options
Diffstat (limited to 'src/rtfgen.h')
-rw-r--r-- | src/rtfgen.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/rtfgen.h b/src/rtfgen.h index ce92d53..f534505 100644 --- a/src/rtfgen.h +++ b/src/rtfgen.h @@ -173,6 +173,8 @@ class RTFGenerator : public OutputGenerator void endPageRef(const char *,const char *); void startQuickIndices() {} void endQuickIndices() {} + void writeSplitBar(const char *) {} + void writeLogo() {} void writeQuickLinks(bool,HighlightedItem) {} void startContents() {} void endContents() {} |