]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetBibtex.cpp
Fix text frame drawing.
[lyx.git] / src / insets / InsetBibtex.cpp
index 020c08afb3eff1d3be03acbd44b3eb1f497f7d06..2d3e05f37379911430b9f4bac92ebf83970e25fd 100644 (file)
@@ -78,9 +78,9 @@ InsetBibtex::InsetBibtex(InsetCommandParams const & p)
 {}
 
 
-std::auto_ptr<Inset> InsetBibtex::doClone() const
+Inset * InsetBibtex::clone() const
 {
-       return std::auto_ptr<Inset>(new InsetBibtex(*this));
+       return new InsetBibtex(*this);
 }