]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetFloatList.h
Fix crash on recursive include (bug #8994)
[lyx.git] / src / insets / InsetFloatList.h
index 0b570766fd4a83c0e7cb79be76d5b72e8db61b04..58a7e232f6a77a53aabe606e518dffedf4aba81d 100644 (file)
@@ -42,7 +42,8 @@ public:
        ///
        int docbook(odocstream &, OutputParams const &) const { return 0; }
        ///
-       int plaintext(odocstream &, OutputParams const & runparams) const;
+       int plaintext(odocstringstream & ods, OutputParams const & op,
+                     size_t max_length = INT_MAX) const;
        ///
        docstring xhtml(XHTMLStream &, OutputParams const &) const;
        ///
@@ -68,6 +69,8 @@ private:
        //@{
        ///
        Inset * clone() const { return new InsetFloatList(*this); }
+       ///
+       docstring layoutName() const;
        //@}
 
        /// \name Private functions inherited from InsetCommand class