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