X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2Frender_graphic.h;h=182e02f2d35181367e4aa60932223becb054ab2b;hb=e28331ed63062dea10d0a21b9ec12034b4b17b9a;hp=498223521faedacca069e7f8c7ce6cefb921d56b;hpb=6c300f72a217722652dc27db9108e1050028979c;p=lyx.git diff --git a/src/insets/render_graphic.h b/src/insets/render_graphic.h index 498223521f..182e02f2d3 100644 --- a/src/insets/render_graphic.h +++ b/src/insets/render_graphic.h @@ -29,7 +29,7 @@ public: std::auto_ptr 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;