X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMathChar.h;h=65fac82fffb04c5067ebec2c0d4beb7f9e793068;hb=89342f2946abd5d01b019a729d1f160b0c9d3d50;hp=6dba328c4e3deac9c4aec64a589ad29c72840447;hpb=c060a85d811674888c31db9ee0407d8b5cc37b6e;p=lyx.git diff --git a/src/mathed/InsetMathChar.h b/src/mathed/InsetMathChar.h index 6dba328c4e..65fac82fff 100644 --- a/src/mathed/InsetMathChar.h +++ b/src/mathed/InsetMathChar.h @@ -42,6 +42,8 @@ public: void octave(OctaveStream & os) const; /// void mathmlize(MathStream & ms) const; + /// + void htmlize(HtmlStream & ms) const; /// identifies Charinsets InsetMathChar const * asCharInset() const { return this; } ///