]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetBibtex.h
Fix text frame drawing.
[lyx.git] / src / insets / InsetBibtex.h
index a3ce2c6f288b7782c2577344672e09b551ce16e1..4e2b98849f8f3be75eafaad111f28524008a2948 100644 (file)
@@ -51,7 +51,7 @@ public:
 protected:
        virtual void doDispatch(Cursor & cur, FuncRequest & cmd);
 private:
-       virtual std::auto_ptr<Inset> doClone() const;
+       virtual Inset * clone() const;
 
 };