]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathExFunc.h
Get rid of Inset::setPosCache
[lyx.git] / src / mathed / InsetMathExFunc.h
index fb6dda8b360e2e84f7b68cab4bebcc1d98ee47fc..c3a43acfd1c0e0a605ab33a094316ae359701720 100644 (file)
@@ -15,8 +15,6 @@
 
 #include "InsetMathNest.h"
 
-#include <string>
-
 
 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; }