]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathTabular.h
* src/frontends/GuiDocument.{cpp,h}:
[lyx.git] / src / mathed / InsetMathTabular.h
index fc1cdb55be0e37996620c5e407a35b8a8a04dd72..d6c5bbac159f8b72dc239654de8518f0afb70d41 100644 (file)
@@ -29,7 +29,9 @@ public:
        ///
        InsetMathTabular(docstring const &, char valign, docstring const & halign);
        ///
-       bool metrics(MetricsInfo & mi, Dimension & dim) const;
+       void metrics(MetricsInfo & mi, Dimension & dim) const;
+       ///
+       Dimension const dimension(BufferView const &) const;
        ///
        void draw(PainterInfo & pi, int x, int y) const;
        ///