]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_amsarrayinset.h
Fix math cursor positioning bug
[lyx.git] / src / mathed / math_amsarrayinset.h
index 87c64ee868ef346879e3a4ee29cd5314cac78b87..9f3901fe5407ddcb8f56f4f434e4163e0fdea11a 100644 (file)
@@ -23,8 +23,6 @@ public:
        ///
        MathAMSArrayInset(std::string const & name);
        ///
-       virtual std::auto_ptr<InsetBase> clone() const;
-       ///
        void metrics(MetricsInfo & mi, Dimension & dim) const;
        ///
        void draw(PainterInfo & pain, int x, int y) const;
@@ -37,8 +35,10 @@ public:
        void write(WriteStream & os) const;
        ///
        void normalize(NormalStream &) const;
-
+       ///
+       void validate(LaTeXFeatures & features) const;
 private:
+       virtual std::auto_ptr<InsetBase> doClone() const;
        ///
        char const * name_left() const;
        ///