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