X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2FInsetBibitem.h;h=c28f66aa5206dec22ee30858cbdc0eab1156da05;hb=2906a35663b92030b0668a42ab370dba8ffca4cf;hp=661795284c8913f873c44c305804df9d1ac8e3cf;hpb=c75d667e788bbb43f98698217afacc107b73d353;p=lyx.git diff --git a/src/insets/InsetBibitem.h b/src/insets/InsetBibitem.h index 661795284c..c28f66aa52 100644 --- a/src/insets/InsetBibitem.h +++ b/src/insets/InsetBibitem.h @@ -12,12 +12,14 @@ #ifndef INSET_BIBITEM_H #define INSET_BIBITEM_H -#include "BiblioInfo.h" + #include "InsetCommand.h" namespace lyx { +class BiblioInfo; + ///////////////////////////////////////////////////////////////////////// // // InsetBibItem @@ -57,7 +59,7 @@ public: /// docstring xhtml(XHTMLStream &, OutputParams const &) const; /// - void fillWithBibKeys(BiblioInfo &, InsetIterator const &) const; + void collectBibKeys(InsetIterator const &) const; /// update the counter of this inset void updateBuffer(ParIterator const &, UpdateType); ///@}