]> git.lyx.org Git - features.git/blobdiff - src/mathed/InsetFormulaMacro.cpp
Try again to fix Kornel's slowness problem. The previous attempt was
[features.git] / src / mathed / InsetFormulaMacro.cpp
index 88b54c28c5310d84be0783370981b4d9500dd892..88897021fe2bd63fa7fce8e95b8ecbb3d9ce77ee 100644 (file)
@@ -84,7 +84,7 @@ void InsetFormulaMacro::latex(otexstream & os,
 }
 
 
-int InsetFormulaMacro::plaintext(odocstringstream & os, OutputParams const & runparams, int max_length) const
+int InsetFormulaMacro::plaintext(odocstringstream & os, OutputParams const & runparams, size_t) const
 {
        odocstringstream oss;
        WriteStream wi(oss, false, true, WriteStream::wsDefault, runparams.encoding);