]> git.lyx.org Git - lyx.git/blobdiff - src/insets/render_graphic.h
* src/LyXAction.C: mark goto-clear-bookmark as working without buffer
[lyx.git] / src / insets / render_graphic.h
index 498223521faedacca069e7f8c7ce6cefb921d56b..182e02f2d35181367e4aa60932223becb054ab2b 100644 (file)
@@ -29,7 +29,7 @@ public:
        std::auto_ptr<RenderBase> clone(InsetBase const *) const;
 
        /// compute the size of the object returned in dim
-       void metrics(MetricsInfo & mi, Dimension & dim) const;
+       bool metrics(MetricsInfo & mi, Dimension & dim) const;
        /// draw inset
        void draw(PainterInfo & pi, int x, int y) const;