]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathTFrac.C
cursor is no more damaging the background. L-shaped cursor is broken right now....
[lyx.git] / src / mathed / InsetMathTFrac.C
index cd6e7410443d392463dbc176399f9a2ac0f2bb4d..102c061e2cf1df1df664da2d2d3e357b10509d2a 100644 (file)
@@ -13,7 +13,7 @@
 #include "InsetMathTFrac.h"
 
 #include "MathData.h"
-#include "MathMLStream.h"
+#include "MathStream.h"
 
 #include "LaTeXFeatures.h"
 #include "LColor.h"
@@ -63,13 +63,13 @@ void InsetMathTFrac::draw(PainterInfo & pi, int x, int y) const
 }
 
 
-string InsetMathTFrac::name() const
+docstring InsetMathTFrac::name() const
 {
-       return "tfrac";
+       return from_ascii("tfrac");
 }
 
 
-void InsetMathTFrac::mathmlize(MathMLStream & os) const
+void InsetMathTFrac::mathmlize(MathStream & os) const
 {
        os << MTag("mtfrac") << cell(0) << cell(1) << ETag("mtfrac");
 }