]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/MathMacroTemplate.cpp
... and RELEASE-NOTES
[lyx.git] / src / mathed / MathMacroTemplate.cpp
index 5c7ae707131a1095bc4d1478f67af5453e779580..5fbba55656435865580fb19febf85b52c6d1845b 100644 (file)
@@ -1172,8 +1172,7 @@ void MathMacroTemplate::read(Lexer & lex)
 void MathMacroTemplate::write(ostream & os) const
 {
        odocstringstream oss;
-       TexRow texrow(false);
-       otexrowstream ots(oss,texrow);
+       otexrowstream ots(oss);
        WriteStream wi(ots, false, false, WriteStream::wsDefault);
        oss << "FormulaMacro\n";
        write(wi);