X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetFormulaMacro.h;h=25e896958004ee37c4a0d84bf897d1671724ecbb;hb=3d4076b598deb18660e50ec9c327efc3b15f15d0;hp=0e4e3ba70044bd707e59fbec92faba7203cefab5;hpb=1ef605f6254ef3f3b8cec5440a2e67e6f23a707b;p=lyx.git diff --git a/src/mathed/InsetFormulaMacro.h b/src/mathed/InsetFormulaMacro.h index 0e4e3ba700..25e8969580 100644 --- a/src/mathed/InsetFormulaMacro.h +++ b/src/mathed/InsetFormulaMacro.h @@ -46,7 +46,7 @@ public: /// int latex(otexstream & os, OutputParams const &) const; /// - int plaintext(odocstream &, OutputParams const &) const; + int plaintext(odocstringstream &, OutputParams const &, size_t) const; /// int docbook(odocstream &, OutputParams const &) const;