]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathArray.h
Put mathed on a diet: transfer dimension cache from inset to BufferView.
[lyx.git] / src / mathed / InsetMathArray.h
index 94ea543436287a5bd72f5462ab9921f4980bacf6..f59d9e7304a9090cbad15a03722009359ed071d5 100644 (file)
@@ -33,6 +33,8 @@ public:
        ///
        void metrics(MetricsInfo & mi, Dimension & dim) const;
        ///
+       Dimension const dimension(BufferView const &) const;
+       ///
        void draw(PainterInfo & pi, int x, int y) const;
        ///
        InsetMathArray * asArrayInset() { return this; }