]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathChar.cpp
We only support gcc >= 4.9.
[lyx.git] / src / mathed / InsetMathChar.cpp
index cadadd24c17e4fc62dde43f98df66437210dd596..a02f54b43ac376f73f69894b0bb4c16c96d903f5 100644 (file)
@@ -195,7 +195,7 @@ void InsetMathChar::drawT(TextPainter & pain, int x, int y) const
 }
 
 
-void InsetMathChar::write(WriteStream & os) const
+void InsetMathChar::write(TeXMathStream & os) const
 {
        os.os().put(char_);
 }