diff options
Diffstat (limited to 'src/latexgen.h')
-rw-r--r-- | src/latexgen.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/latexgen.h b/src/latexgen.h index 1012dea..5fd278b 100644 --- a/src/latexgen.h +++ b/src/latexgen.h @@ -219,6 +219,8 @@ class LatexGenerator : public OutputGenerator void startTextBlock(bool) {} void endTextBlock() {} + void startParameter(bool) {} + void endParameter(bool) {} private: LatexGenerator(const LatexGenerator &); |