]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathSize.cpp
We only support gcc >= 4.9.
[lyx.git] / src / mathed / InsetMathSize.cpp
index 195a4545f4a6ce779c46623799797f56ca8d3096..5055f2d73e6c2612d7e9b5402ce4a8deb7f2a775 100644 (file)
@@ -59,7 +59,7 @@ void InsetMathSize::draw(PainterInfo & pi, int x, int y) const
 }
 
 
-void InsetMathSize::write(WriteStream & os) const
+void InsetMathSize::write(TeXMathStream & os) const
 {
        MathEnsurer ensurer(os);
        os << "{\\" << key_->name << ' ' << cell(0) << '}';