]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetFormulaMacro.cpp
Another assertion that got transformed in 1b1f8dd2
[lyx.git] / src / mathed / InsetFormulaMacro.cpp
index 07ed683c55b485ae8668a764b5b24f383710ffee..88897021fe2bd63fa7fce8e95b8ecbb3d9ce77ee 100644 (file)
@@ -84,7 +84,7 @@ void InsetFormulaMacro::latex(otexstream & os,
 }
 
 
-int InsetFormulaMacro::plaintext(odocstream & os, OutputParams const & runparams) const
+int InsetFormulaMacro::plaintext(odocstringstream & os, OutputParams const & runparams, size_t) const
 {
        odocstringstream oss;
        WriteStream wi(oss, false, true, WriteStream::wsDefault, runparams.encoding);