]> git.lyx.org Git - lyx.git/blobdiff - src/insets/RenderGraphic.h
Move isMultiCell() to Cursor, and use it.
[lyx.git] / src / insets / RenderGraphic.h
index e27f5f192f25ad46c42a76568ac5532b1406bfc8..5edb7ce9400cac49cf38c3efc6c2cd87ddfb8ecb 100644 (file)
@@ -29,7 +29,7 @@ public:
        RenderBase * clone(Inset const *) const;
 
        /// compute the size of the object returned in dim
-       bool metrics(MetricsInfo & mi, Dimension & dim) const;
+       void metrics(MetricsInfo & mi, Dimension & dim) const;
        /// draw inset
        void draw(PainterInfo & pi, int x, int y) const;