]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathNest.cpp
... and RELEASE-NOTES
[lyx.git] / src / mathed / InsetMathNest.cpp
index 4216145e8a00d568db08f3a54824b0668bdacb06..ee3b92d4ebdf2ec33aaef48db659123c4d44592c 100644 (file)
@@ -252,7 +252,7 @@ bool InsetMathNest::idxLast(Cursor & cur) const
 void InsetMathNest::dump() const
 {
        odocstringstream oss;
-       otexrowstream ots(oss, false);
+       otexrowstream ots(oss);
        WriteStream os(ots);
        os << "---------------------------------------------\n";
        write(os);