summaryrefslogtreecommitdiffstats
path: root/src/rtfgen.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/rtfgen.h')
-rw-r--r--src/rtfgen.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rtfgen.h b/src/rtfgen.h
index c9a069e..7411023 100644
--- a/src/rtfgen.h
+++ b/src/rtfgen.h
@@ -32,6 +32,7 @@ class RTFGenerator : public OutputGenerator
virtual std::unique_ptr<OutputGenerator> clone() const;
static void init();
+ void cleanup();
static void writeStyleSheetFile(TextStream &t);
static void writeExtensionsFile(TextStream &t);
OutputType type() const { return RTF; }