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