]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathExFunc.h
Get rid of Inset::setPosCache
[lyx.git] / src / mathed / InsetMathExFunc.h
index 0517484f388721dcd0136598593a4341b12a8bd8..c3a43acfd1c0e0a605ab33a094316ae359701720 100644 (file)
@@ -15,8 +15,6 @@
 
 #include "InsetMathNest.h"
 
-#include <string>
-
 
 namespace lyx {
 
@@ -43,7 +41,9 @@ public:
        ///
        void mathematica(MathematicaStream &) const;
        ///
-       docstring mathmlize(MathStream &) const;
+       void mathmlize(MathStream &) const;
+       ///
+       void htmlize(HtmlStream &) const;
        ///
        void octave(OctaveStream &) const;
        ///