summaryrefslogtreecommitdiffstats
path: root/src/mangen.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mangen.h')
-rw-r--r--src/mangen.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mangen.h b/src/mangen.h
index a21be05..00375c2 100644
--- a/src/mangen.h
+++ b/src/mangen.h
@@ -209,6 +209,9 @@ class ManGenerator : public OutputGenerator
void startParameter(bool) {}
void endParameter(bool) {}
+ void startFontClass(const char *) {}
+ void endFontClass() {}
+
private:
bool firstCol;
bool paragraph;