]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetVSpace.cpp
Fix text frame drawing.
[lyx.git] / src / insets / InsetVSpace.cpp
index e4be4510145f9cafd19aea76a64692bb5c99e743..4138a66195fcb7b0859f1341122a754925ae4234 100644 (file)
@@ -57,9 +57,9 @@ InsetVSpace::~InsetVSpace()
 }
 
 
-std::auto_ptr<Inset> InsetVSpace::doClone() const
+Inset * InsetVSpace::clone() const
 {
-       return std::auto_ptr<Inset>(new InsetVSpace(*this));
+       return new InsetVSpace(*this);
 }