]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathCases.h
Change the interface to a paragraph's layout. We still store a LayoutPtr, but now...
[lyx.git] / src / mathed / InsetMathCases.h
index 312b38b03195fc703bb16e46921d90d5ce03458c..a2a39fc6e62414cd09eefaea50d5ebe4f885e26b 100644 (file)
@@ -27,6 +27,8 @@ public:
        ///
        void metrics(MetricsInfo & mi, Dimension & dim) const;
        ///
+       Dimension const dimension(BufferView const &) const;
+       ///
        void draw(PainterInfo & pi, int x, int y) const;
        ///
        virtual void doDispatch(Cursor & cur, FuncRequest & cmd);