]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/MacroTable.cpp
... and RELEASE-NOTES
[lyx.git] / src / mathed / MacroTable.cpp
index 5f43fa79942d1fc9508fa7c2fbaac7d8cbf13102..5a61a8ba581176b382a64e9bb13e6ef2d1d973b6 100644 (file)
@@ -200,7 +200,7 @@ int MacroData::write(odocstream & os, bool overwriteRedefinition) const
        // output template
        MathMacroTemplate const & tmpl =
                static_cast<MathMacroTemplate const &>(*inset);
-       otexrowstream ots(os, false);
+       otexrowstream ots(os);
        WriteStream wi(ots, false, true, WriteStream::wsDefault);
        return tmpl.write(wi, overwriteRedefinition);
 }