]> git.lyx.org Git - lyx.git/blobdiff - src/insets/RenderBase.h
InsetListings: change the interface of diaplay function and allow AlignLeft. Applied...
[lyx.git] / src / insets / RenderBase.h
index 9657f48f5bd23e3490bc5bf6c39e31ecf606e0b8..098614e2498c0160e4d157427b1eb69e19e2944c 100644 (file)
@@ -19,7 +19,7 @@
 
 namespace lyx {
 
-class InsetBase;
+class Inset;
 class MetricsInfo;
 class PainterInfo;
 
@@ -32,7 +32,7 @@ class RenderBase {
 public:
        virtual ~RenderBase() {}
 
-       virtual std::auto_ptr<RenderBase> clone(InsetBase const *) const = 0;
+       virtual std::auto_ptr<RenderBase> clone(Inset const *) const = 0;
 
        /// compute the size of the object returned in dim.
        /// \retval true if the metrics has changed.