]> git.lyx.org Git - lyx.git/blobdiff - src/insets/RenderGraphic.h
Make listings dialog translatable (mostly strings from InsetListingsParams), fix...
[lyx.git] / src / insets / RenderGraphic.h
index 0d0727b3b31001eb955c59fd7bcac4980e12fa6f..49db0e2c1f8d6b227f599b408e50beb7c5129ed0 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 *);
+       std::auto_ptr<RenderBase> clone(Inset const *) const;
 
        /// compute the size of the object returned in dim
        bool metrics(MetricsInfo & mi, Dimension & dim) const;