]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathArray.h
revert last patch. there's something wrong, possibly unrelated to this
[lyx.git] / src / mathed / InsetMathArray.h
index 94ea543436287a5bd72f5462ab9921f4980bacf6..f6901bed161342e5eaff896c6b79696e933523c8 100644 (file)
@@ -26,13 +26,13 @@ public:
        ///
        InsetMathArray(docstring const &, int m, int n,
                char valign, docstring const & halign);
-       ///
-       InsetMathArray(docstring const &, char valign, docstring const & halign);
        /// convenience constructor from whitespace/newline separated data
        InsetMathArray(docstring const &, docstring const & str);
        ///
        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; }