diff options
Diffstat (limited to 'src/rtfgen.h')
-rw-r--r-- | src/rtfgen.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/rtfgen.h b/src/rtfgen.h index c9dec0b..34d2bd9 100644 --- a/src/rtfgen.h +++ b/src/rtfgen.h @@ -242,6 +242,10 @@ class RTFGenerator : public OutputGenerator void startInlineMemberDoc(); void endInlineMemberDoc(); + void startLabels(); + void writeLabel(const char *l,bool isLast); + void endLabels(); + void startFontClass(const char *) {} void endFontClass() {} |