diff options
Diffstat (limited to 'src/mangen.h')
-rw-r--r-- | src/mangen.h | 3 |
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; |