X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMathSpecialChar.h;h=1efdc93432b56230b5de4a2afd1068058eed49b4;hb=02e82157ec583c3900e359de86be79fac6512387;hp=5dcc0128010071a64563718055faa1d4507863e8;hpb=8a0134cc8ce7de41d6d6911a1c4219ca958f2b71;p=lyx.git diff --git a/src/mathed/InsetMathSpecialChar.h b/src/mathed/InsetMathSpecialChar.h index 5dcc012801..1efdc93432 100644 --- a/src/mathed/InsetMathSpecialChar.h +++ b/src/mathed/InsetMathSpecialChar.h @@ -14,6 +14,8 @@ #include "InsetMath.h" +#include "support/docstring.h" + namespace lyx { /// The special character inset. @@ -45,7 +47,9 @@ public: /// void mathematica(MathematicaStream &) const; /// - docstring mathmlize(MathStream & ms) const; + void mathmlize(MathStream & ms) const; + /// + void htmlize(HtmlStream & ms) const; /// identifies SpecialChar insets InsetMathSpecialChar const * asSpecialCharInset() const { return this; } ///