]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathSqrt.cpp
We only support gcc >= 4.9.
[lyx.git] / src / mathed / InsetMathSqrt.cpp
index 23d28e80293e7e799d3b2c122083f440dc9c63c0..7cfe028c242cec0c09ba42083db3f9a1ecba29ff 100644 (file)
@@ -69,7 +69,7 @@ void InsetMathSqrt::drawT(TextPainter & /*pain*/, int /*x*/, int /*y*/) const
 }
 
 
-void InsetMathSqrt::write(WriteStream & os) const
+void InsetMathSqrt::write(TeXMathStream & os) const
 {
        MathEnsurer ensurer(os);
        os << "\\sqrt{" << cell(0) << '}';
@@ -98,7 +98,7 @@ void InsetMathSqrt::octave(OctaveStream & os) const
 }
 
 
-void InsetMathSqrt::mathmlize(MathStream & ms) const
+void InsetMathSqrt::mathmlize(MathMLStream & ms) const
 {
        ms << MTag("msqrt") << cell(0) << ETag("msqrt");
 }