]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetArgument.h
Allow row-breaking after some insets
[lyx.git] / src / insets / InsetArgument.h
index 5c63702262595a3295bd2b67104efd847386bbce..8cc3e087227560c337fb16cf0374b6a10667d3a4 100644 (file)
@@ -48,7 +48,7 @@ public:
        ///
        docstring layoutName() const { return from_ascii("Argument"); }
        /// Update the label string of this inset
-       void updateBuffer(ParIterator const &, UpdateType);
+       void updateBuffer(ParIterator const &, UpdateType, bool const deleted = false);
        ///
        void latex(otexstream &, OutputParams const &) const { }
        ///
@@ -56,7 +56,7 @@ public:
        ///
        int docbook(odocstream &, OutputParams const &) const { return 0; }
        ///
-       docstring xhtml(XHTMLStream &, OutputParams const &) const
+       docstring xhtml(XMLStream &, OutputParams const &) const
                { return docstring(); }
        ///
        void write(std::ostream & os) const;