]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetCitation.h
Tell updateBuffer whether an inset is deleted.
[lyx.git] / src / insets / InsetCitation.h
index 9ac4e0bbd16a07dd26a2ede5a2ff555162ef5379..b2a738cd9e10af24a4e95ae91e55d18d0eef5b69 100644 (file)
@@ -64,7 +64,7 @@ public:
        ///
        void forOutliner(docstring &, size_t const, bool const) const;
        ///
-       void updateBuffer(ParIterator const & it, UpdateType);
+       void updateBuffer(ParIterator const & it, UpdateType, bool const deleted = false);
        ///
        void addToToc(DocIterator const & di, bool output_active,
                                  UpdateType utype, TocBackend & backend) const;