]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetCommand.h
Prettify the tooltip for footnotes.
[lyx.git] / src / insets / InsetCommand.h
index 4d5066e33fac5ed34c627d5feaea042a65fce593..131beff900d6261084676ce68c95e96531af5c49 100644 (file)
@@ -78,7 +78,8 @@ public:
        ///
        void latex(otexstream &, OutputParams const &) const;
        ///
-       int plaintext(odocstream &, OutputParams const &) const;
+       int plaintext(odocstringstream & ods, OutputParams const & op,
+                     size_t max_length = INT_MAX) const;
        ///
        int docbook(odocstream &, OutputParams const & runparams) const;
        ///