]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathBig.cpp
We only support gcc >= 4.9.
[lyx.git] / src / mathed / InsetMathBig.cpp
index fa31b7568bac8fb2baefae0dc7f3b950f7b364d6..091907e5171b8d416d38a724cbbac0158b391352 100644 (file)
@@ -120,7 +120,7 @@ void InsetMathBig::draw(PainterInfo & pi, int x, int y) const
 }
 
 
-void InsetMathBig::write(WriteStream & os) const
+void InsetMathBig::write(TeXMathStream & os) const
 {
        MathEnsurer ensurer(os);
        os << '\\' << name_ << delim_;