]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetBibitem.h
* src/paragraph_funcs.cpp (breakParagraph): change parameter 'flag' to
[lyx.git] / src / insets / InsetBibitem.h
index e4978141115220049abf42edc02e87f7ba4cd718..22da0eaf9c2f61b9bb67d479de2fa638b0e1d45b 100644 (file)
@@ -14,7 +14,7 @@
 
 
 #include "InsetCommand.h"
-#include "Biblio.h"
+#include "BiblioInfo.h"
 
 
 namespace lyx {
@@ -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_;