]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetScript.h
Fix logic error that led to bug #8777. I have no idea what I was
[lyx.git] / src / insets / InsetScript.h
index 96597d2dac4adf50cc41ea8c98f1e4adda657931..decfee37aeca3a3e7683ac51759295f2e40950c8 100644 (file)
@@ -82,7 +82,8 @@ public:
        ///
        bool neverIndent() const { return true; }
        ///
-       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 &) const;
        ///