]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetBibitem.h
Fix text frame drawing.
[lyx.git] / src / insets / InsetBibitem.h
index 3ed6356a9123a53496af9e281fc21634750e8f35..22da0eaf9c2f61b9bb67d479de2fa638b0e1d45b 100644 (file)
@@ -14,7 +14,7 @@
 
 
 #include "InsetCommand.h"
-#include "Biblio_typedefs.h"
+#include "BiblioInfo.h"
 
 
 namespace lyx {
@@ -42,7 +42,7 @@ public:
        int plaintext(Buffer const &, odocstream &, OutputParams const &) const;
        ///
        virtual void fillWithBibKeys(Buffer const &,
-               biblio::BibKeyList &, InsetIterator const &) const;
+               BiblioInfo &, InsetIterator const &) const;
        /// Update the counter of this inset
        virtual void updateLabels(Buffer const &, ParIterator const &);
 
@@ -50,7 +50,7 @@ protected:
        ///
        virtual void doDispatch(Cursor & cur, FuncRequest & cmd);
 private:
-       virtual std::auto_ptr<Inset> doClone() const;
+       virtual Inset * clone() const;
 
        /// The label that is set by updateLabels
        docstring autolabel_;