]> git.lyx.org Git - features.git/blobdiff - src/mathed/InsetMathAMSArray.h
support for matrix decoration in the MathMatrix dialog;
[features.git] / src / mathed / InsetMathAMSArray.h
index 44c4b91c75d60ca5e6c5d112935f9a9e19ca5ce5..76c02f245297da64349562a9f4949f38080c9d73 100644 (file)
@@ -21,9 +21,9 @@ namespace lyx {
 class InsetMathAMSArray : public InsetMathGrid {
 public:
        ///
-       InsetMathAMSArray(docstring const & name, int m, int n);
+       InsetMathAMSArray(docstring const &, int m, int n);
        ///
-       InsetMathAMSArray(docstring const & name);
+       InsetMathAMSArray(docstring const &);
        ///
        void metrics(MetricsInfo & mi, Dimension & dim) const;
        ///
@@ -50,7 +50,6 @@ private:
        char const * name_left() const;
        ///
        char const * name_right() const;
-
        ///
        docstring name_;
 };