]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/MacroTable.cpp
We only support gcc >= 4.9.
[lyx.git] / src / mathed / MacroTable.cpp
index 218c8492e284a83a5f76ca5dde60f77655592d0e..1cc5a1521fe2992169a2697bcddee5ea3e225643 100644 (file)
@@ -204,7 +204,7 @@ int MacroData::write(odocstream & os, bool overwriteRedefinition) const
        InsetMathMacroTemplate const & tmpl =
                static_cast<InsetMathMacroTemplate const &>(*inset);
        otexrowstream ots(os);
-       WriteStream wi(ots, false, true, WriteStream::wsDefault);
+       TeXMathStream wi(ots, false, true, TeXMathStream::wsDefault);
        return tmpl.write(wi, overwriteRedefinition);
 }