]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMath.cpp
Combine OutlineIn and OutlineOut blocks
[lyx.git] / src / mathed / InsetMath.cpp
index 5507a868c9985e3e2a9432fbe2a3701437eec6e6..738f6342c358a3801fb44a4858517a810a2d2082 100644 (file)
@@ -84,10 +84,11 @@ void InsetMath::write(WriteStream & os) const
 }
 
 
-int InsetMath::plaintext(odocstream &, OutputParams const &) const
+int InsetMath::plaintext(odocstringstream &, 
+        OutputParams const &, size_t) const
 {
        // all math plain text output shall take place in InsetMathHull
-       LASSERT(false, /**/);
+       LATTEST(false);
        return 0;
 }