]> 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 7128f19936614ed8c21ad36d7d1e37b31d219155..a2a39fc6e62414cd09eefaea50d5ebe4f885e26b 100644 (file)
@@ -25,7 +25,9 @@ public:
        ///
        explicit InsetMathCases(row_type rows = 1u);
        ///
-       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;
        ///