]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_tabularinset.h
Fix to bug 2362: Deleting superscript also deletes subscript.
[lyx.git] / src / mathed / math_tabularinset.h
index 88224601b2efb5a67e9513c8200e2f86deabe97b..469983dde2f7a7468f88abe6fd404f2cbaddaeaa 100644 (file)
@@ -26,8 +26,6 @@ public:
        ///
        MathTabularInset(std::string const &, char valign, std::string const & halign);
        ///
-       virtual std::auto_ptr<InsetBase> clone() const;
-       ///
        void metrics(MetricsInfo & mi, Dimension & dim) const;
        ///
        void draw(PainterInfo & pi, int x, int y) const;
@@ -39,11 +37,14 @@ public:
        ///
        void write(WriteStream & os) const;
        ///
+       void infoize(std::ostream & os) const;
+       ///
        void normalize(NormalStream &) const;
        ///
        void maple(MapleStream &) const;
 
 private:
+       virtual std::auto_ptr<InsetBase> doClone() const;
        ///
        std::string name_;
 };