]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathSubstack.cpp
We only support gcc >= 4.9.
[lyx.git] / src / mathed / InsetMathSubstack.cpp
index f44bf9f78008f1da66a13954af65377e69ac7b4e..ed90338fb6934e3ce97257ddd554967be8da2d03 100644 (file)
@@ -97,7 +97,7 @@ void InsetMathSubstack::infoize(odocstream & os) const
 }
 
 
-void InsetMathSubstack::write(WriteStream & os) const
+void InsetMathSubstack::write(TeXMathStream & os) const
 {
        MathEnsurer ensurer(os);
        os << "\\substack{";