]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathDiagram.cpp
We only support gcc >= 4.9.
[lyx.git] / src / mathed / InsetMathDiagram.cpp
index baa20a5fa7cfef8ab5c2dba9d37ff48788bc450c..66d577f6b02ddf3734b3e286aae6a28a86daca2d 100644 (file)
@@ -66,7 +66,7 @@ void InsetMathDiagram::draw(PainterInfo & pi, int x, int y) const
 }
 
 
-void InsetMathDiagram::write(WriteStream & os) const
+void InsetMathDiagram::write(TeXMathStream & os) const
 {
        MathEnsurer ensurer(os);
        os << "\\Diagram";