]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathSqrt.cpp
We only support gcc >= 4.9.
[lyx.git] / src / mathed / InsetMathSqrt.cpp
index 51e1e2fe845043b3fc5c6b3538182a3e06d8944d..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) << '}';