]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMath.cpp
Use master buffer's setting for math output type.
[lyx.git] / src / mathed / InsetMath.cpp
index 5507a868c9985e3e2a9432fbe2a3701437eec6e6..a4e310fc6ec42e09068c48a1caeaf6f4b9797341 100644 (file)
@@ -84,7 +84,8 @@ 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, /**/);