X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMathSpecialChar.h;h=1efdc93432b56230b5de4a2afd1068058eed49b4;hb=103f7a5ea6d431e28becd02aa7e50ba5941010ff;hp=c672b504f688045bce4ba1acabf181f25f7ad756;hpb=c060a85d811674888c31db9ee0407d8b5cc37b6e;p=lyx.git diff --git a/src/mathed/InsetMathSpecialChar.h b/src/mathed/InsetMathSpecialChar.h index c672b504f6..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. @@ -46,6 +48,8 @@ public: void mathematica(MathematicaStream &) const; /// void mathmlize(MathStream & ms) const; + /// + void htmlize(HtmlStream & ms) const; /// identifies SpecialChar insets InsetMathSpecialChar const * asSpecialCharInset() const { return this; } ///