summaryrefslogtreecommitdiffstats
path: root/src/rtfgen.h
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2001-03-19 21:28:43 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2001-03-19 21:28:43 (GMT)
commitb11bb229001fbb79399e3c21860ae6fb4608e77a (patch)
tree15189b5b8aea028e7ff9c9ad19867cb3be0fee9d /src/rtfgen.h
parentce5e0dcf2d3d55df510b76519ef43642bc331d96 (diff)
downloadDoxygen-b11bb229001fbb79399e3c21860ae6fb4608e77a.zip
Doxygen-b11bb229001fbb79399e3c21860ae6fb4608e77a.tar.gz
Doxygen-b11bb229001fbb79399e3c21860ae6fb4608e77a.tar.bz2
Release-1.2.6-20010319
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 a40986d..0fda052 100644
--- a/src/rtfgen.h
+++ b/src/rtfgen.h
@@ -29,6 +29,7 @@ class RTFGenerator : public OutputGenerator
~RTFGenerator();
static void init();
static void writeStyleSheetFile(QFile &f);
+ static void writeExtensionsFile(QFile &file);
OutputGenerator *copy();
//OutputGenerator *clone() { return new RTFGenerator(*this); }