]> git.lyx.org Git - lyx.git/blobdiff - src/insets/RenderButton.h
InsetListings: change the interface of diaplay function and allow AlignLeft. Applied...
[lyx.git] / src / insets / RenderButton.h
index 59d09bb7118f61cd16decc213a74f02760c1b8ee..82a474e6c62e496d9499550d5f84766cb26a6ba2 100644 (file)
@@ -25,7 +25,7 @@ class RenderButton : public RenderBase
 public:
        RenderButton();
 
-       std::auto_ptr<RenderBase> clone(InsetBase const *) const;
+       std::auto_ptr<RenderBase> clone(Inset const *) const;
 
        /// compute the size of the object returned in dim
        virtual bool metrics(MetricsInfo & mi, Dimension & dim) const;