]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathLefteqn.C
fix reading UTF8 encoded symbol file
[lyx.git] / src / mathed / InsetMathLefteqn.C
index 090d513a95622746cb51f2d8f314a3ec9ed1100d..b75c0da0a916410f0b3994eb8bf2f3b4cd90a036 100644 (file)
@@ -51,13 +51,13 @@ void InsetMathLefteqn::draw(PainterInfo & pi, int x, int y) const
 }
 
 
-string InsetMathLefteqn::name() const
+docstring InsetMathLefteqn::name() const
 {
-       return "lefteqn";
+       return from_ascii("lefteqn");
 }
 
 
-void InsetMathLefteqn::infoize(std::ostream & os) const
+void InsetMathLefteqn::infoize(odocstream & os) const
 {
        os << "Lefteqn ";
 }