summaryrefslogtreecommitdiffstats
path: root/src/latexgen.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/latexgen.h')
-rw-r--r--src/latexgen.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/latexgen.h b/src/latexgen.h
index 5fd278b..d66f7bc 100644
--- a/src/latexgen.h
+++ b/src/latexgen.h
@@ -221,6 +221,9 @@ class LatexGenerator : public OutputGenerator
void endTextBlock() {}
void startParameter(bool) {}
void endParameter(bool) {}
+
+ void startFontClass(const char *) {}
+ void endFontClass() {}
private:
LatexGenerator(const LatexGenerator &);