]> 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 28876e45f5e586de30f67bd314c0ba4aace8bec0..098614e2498c0160e4d157427b1eb69e19e2944c 100644 (file)
 #ifndef RENDERBASE_H
 #define RENDERBASE_H
 
-#include "dimension.h"
+#include "Dimension.h"
 
 #include <memory>
 
 
 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.