]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_substackinset.h
Fix math cursor positioning bug
[lyx.git] / src / mathed / math_substackinset.h
index 1f4dcdc2095537a638a7a43863ddfc3ebdebe1df..ca84d21e5817d3159f379c07df692ac7d8a6845b 100644 (file)
@@ -22,8 +22,6 @@ public:
        ///
        MathSubstackInset();
        ///
-       virtual std::auto_ptr<InsetBase> clone() const;
-       ///
        void metrics(MetricsInfo & mi, Dimension & dim) const;
        ///
        void draw(PainterInfo & pi, int x, int y) const;
@@ -40,6 +38,10 @@ public:
        void normalize(NormalStream &) const;
        ///
        void maple(MapleStream &) const;
+       ///
+       void validate(LaTeXFeatures & features) const;
+private:
+       virtual std::auto_ptr<InsetBase> doClone() const;
 };
 
 #endif