]> git.lyx.org Git - lyx.git/blobdiff - src/insets/RenderGraphic.h
Fix text frame drawing.
[lyx.git] / src / insets / RenderGraphic.h
index 49db0e2c1f8d6b227f599b408e50beb7c5129ed0..e27f5f192f25ad46c42a76568ac5532b1406bfc8 100644 (file)
@@ -26,7 +26,7 @@ class RenderGraphic : public RenderBase
 public:
        RenderGraphic(Inset const *);
        RenderGraphic(RenderGraphic const &, Inset const *);
-       std::auto_ptr<RenderBase> clone(Inset const *) const;
+       RenderBase * clone(Inset const *) const;
 
        /// compute the size of the object returned in dim
        bool metrics(MetricsInfo & mi, Dimension & dim) const;