X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMathExFunc.h;h=c3a43acfd1c0e0a605ab33a094316ae359701720;hb=02e82157ec583c3900e359de86be79fac6512387;hp=24e23d71b8ace722e1903e9d01f61b56abb279df;hpb=ab2a59b0a1adc12b8b292d04795fbf50b8bc6ebf;p=lyx.git diff --git a/src/mathed/InsetMathExFunc.h b/src/mathed/InsetMathExFunc.h index 24e23d71b8..c3a43acfd1 100644 --- a/src/mathed/InsetMathExFunc.h +++ b/src/mathed/InsetMathExFunc.h @@ -15,8 +15,6 @@ #include "InsetMathNest.h" -#include - namespace lyx { @@ -43,6 +41,10 @@ public: /// void mathematica(MathematicaStream &) const; /// + void mathmlize(MathStream &) const; + /// + void htmlize(HtmlStream &) const; + /// void octave(OctaveStream &) const; /// InsetCode lyxCode() const { return MATH_EXFUNC_CODE; }