]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetFormulaMacro.C
This commit saves the need to check for lyx::use_gui in a number of places.
[lyx.git] / src / mathed / InsetFormulaMacro.C
index ea9076f75f8faf1369c668c8e7b4b617c4db6bde..1c0df28003ef5f48af63335d27c765f18d547064 100644 (file)
@@ -85,7 +85,7 @@ int InsetFormulaMacro::latex(Buffer const &, ostream & os,
 }
 
 
-int InsetFormulaMacro::plaintext(Buffer const &, ostream & os,
+int InsetFormulaMacro::plaintext(Buffer const &, lyx::odocstream & os,
                             OutputParams const &) const
 {
        WriteStream wi(os, false, true);