]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetWrap.h
Fix text frame drawing.
[lyx.git] / src / insets / InsetWrap.h
index 05da26566e7d6ab06fd57eb5d52e7bee70687f7c..f56bbf19878cca2879f8b0a7dda5292602be74fc 100644 (file)
@@ -79,7 +79,7 @@ protected:
        ///
        virtual docstring name() const { return name_; }
 private:
-       virtual std::auto_ptr<Inset> doClone() const;
+       virtual Inset * clone() const;
 
        ///
        InsetWrapParams params_;