]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetBibitem.h
Fix text frame drawing.
[lyx.git] / src / insets / InsetBibitem.h
index d039eb04b050ee9c6f3f18d09dac17245b5ca6db..22da0eaf9c2f61b9bb67d479de2fa638b0e1d45b 100644 (file)
@@ -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_;