]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathTabular.h
* src/frontends/GuiDocument.{cpp,h}:
[lyx.git] / src / mathed / InsetMathTabular.h
index 2dfc3f51bb84914b4b895e900a146f9d86e719c1..d6c5bbac159f8b72dc239654de8518f0afb70d41 100644 (file)
@@ -31,6 +31,8 @@ public:
        ///
        void metrics(MetricsInfo & mi, Dimension & dim) const;
        ///
+       Dimension const dimension(BufferView const &) const;
+       ///
        void draw(PainterInfo & pi, int x, int y) const;
        ///
        InsetMathTabular * asTabularInset() { return this; }