X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2FInsetBibitem.h;h=22e3ac112b2aa94e31cac39dc3b7819039a91ea3;hb=a6b07608d8e9de24383d3ebaec20b6b265ed9314;hp=41497e18497f48ac185baafe37c29a156a7153a7;hpb=c0000cc405063044fb4eca3f04ab35f69fe3dd74;p=features.git diff --git a/src/insets/InsetBibitem.h b/src/insets/InsetBibitem.h index 41497e1849..22e3ac112b 100644 --- a/src/insets/InsetBibitem.h +++ b/src/insets/InsetBibitem.h @@ -58,11 +58,11 @@ public: int plaintext(odocstringstream &, OutputParams const &, size_t max_length = INT_MAX) const; /// - docstring xhtml(XHTMLStream &, OutputParams const &) const; + docstring xhtml(XMLStream &, OutputParams const &) const; /// - void collectBibKeys(InsetIterator const &) const; + void collectBibKeys(InsetIterator const &, support::FileNameList &) const; /// update the counter of this inset - void updateBuffer(ParIterator const &, UpdateType); + void updateBuffer(ParIterator const &, UpdateType, bool const deleted = false); ///@} /// \name Static public methods obligated for InsetCommand derived classes