]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathBrace.cpp
We only support gcc >= 4.9.
[lyx.git] / src / mathed / InsetMathBrace.cpp
index 8a3bcde24dc174a2cd2dd883d58ddcf2ec3d6d66..b0ce242f07b82db4af4e0005d2327d10ae03582e 100644 (file)
@@ -72,7 +72,7 @@ void InsetMathBrace::draw(PainterInfo & pi, int x, int y) const
 }
 
 
-void InsetMathBrace::write(WriteStream & os) const
+void InsetMathBrace::write(TeXMathStream & os) const
 {
        os << '{' << cell(0) << '}';
 }