summaryrefslogtreecommitdiffstats
path: root/src/latexgen.h
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2011-02-17 19:40:38 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2011-02-17 19:40:38 (GMT)
commit712ab49d04f9fe525b8552f74945945347e3b553 (patch)
treec2ee5bb85f9acfb3caa8479c32b49a1bf03de752 /src/latexgen.h
parenteba15fd2fe9a0b186fbf7b63d7eab729057c7f6b (diff)
downloadDoxygen-712ab49d04f9fe525b8552f74945945347e3b553.zip
Doxygen-712ab49d04f9fe525b8552f74945945347e3b553.tar.gz
Doxygen-712ab49d04f9fe525b8552f74945945347e3b553.tar.bz2
Release-1.7.3-20110217
Diffstat (limited to 'src/latexgen.h')
-rw-r--r--src/latexgen.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/latexgen.h b/src/latexgen.h
index 6088b58..fc341fa 100644
--- a/src/latexgen.h
+++ b/src/latexgen.h
@@ -30,6 +30,7 @@ class LatexGenerator : public OutputGenerator
static void init();
static void writeStyleSheetFile(QFile &f);
static void writeHeaderFile(QFile &f);
+ static void writeFooterFile(QFile &f);
//OutputGenerator *copy();
//OutputGenerator *clone() { return new LatexGenerator(*this); }