]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetFloat.h
Fixup 572b06d6: reduce cache size for breakString
[lyx.git] / src / insets / InsetFloat.h
index 0fc0fba39862b126c441d98d52d72168456dd8e1..20ee6452e8660f415fad2403261581a401a2b2a6 100644 (file)
@@ -104,15 +104,15 @@ private:
        docstring xhtml(XMLStream &, OutputParams const &) const override;
        ///
        bool insetAllowed(InsetCode) const override;
-       /** returns false if, when outputting LaTeX, font changes should
-           be closed before generating this inset. This is needed for
-           insets that may contain several paragraphs */
+       ///
        bool inheritFont() const override { return false; }
        ///
        bool getStatus(Cursor &, FuncRequest const &, FuncStatus &) const override;
        ///
        bool hasSubCaptions(ParIterator const & it) const override;
        ///
+       void updateBuffer(ParIterator const &, UpdateType, bool const deleted = false) override;
+       ///
        void doDispatch(Cursor & cur, FuncRequest & cmd) override;
        ///
        Inset * clone() const override { return new InsetFloat(*this); }