]> git.lyx.org Git - features.git/blobdiff - src/mathed/InsetMathAMSArray.h
Detect appropriate delimiter for matrices.
[features.git] / src / mathed / InsetMathAMSArray.h
index 76ca3208fbf4387e6b1520db6eea3dbf9d7b8eb9..2214389c7cc0e792a68441e3ef4c8f2b28f51b9f 100644 (file)
@@ -46,12 +46,12 @@ public:
        void validate(LaTeXFeatures & features) const;
        ///
        InsetCode lyxCode() const { return MATH_AMSARRAY_CODE; }
-private:
-       virtual Inset * clone() const;
        ///
        char const * name_left() const;
        ///
        char const * name_right() const;
+private:
+       virtual Inset * clone() const;
        ///
        docstring name_;
 };