]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathSpecialChar.cpp
We only support gcc >= 4.9.
[lyx.git] / src / mathed / InsetMathSpecialChar.cpp
index d901b213b9ac5b63e8566c22f007c845abaadbad..3fc796f8347a7886aa6943481a1746772c7b7801 100644 (file)
@@ -91,7 +91,7 @@ void InsetMathSpecialChar::drawT(TextPainter & pain, int x, int y) const
 }
 
 
-void InsetMathSpecialChar::write(WriteStream & os) const
+void InsetMathSpecialChar::write(TeXMathStream & os) const
 {
        os << '\\' << name_;
        if (name_.size() != 1)