]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_boxinset.h
some (yet unfinished) up/down work
[lyx.git] / src / mathed / math_boxinset.h
index c155a76301cd3d4a0294dd8af8d69777cb133c44..df9bcd6cff566150af7de2c64c57f5f4620fe020 100644 (file)
@@ -26,8 +26,6 @@ public:
        ///
        explicit MathBoxInset(std::string const & name);
        ///
-       virtual std::auto_ptr<InsetBase> clone() const;
-       ///
        mode_type currentMode() const { return TEXT_MODE; }
        ///
        void metrics(MetricsInfo & mi, Dimension & dim) const;
@@ -41,6 +39,7 @@ public:
        void infoize(std::ostream & os) const;
 
 private:
+       virtual std::auto_ptr<InsetBase> doClone() const;
        ///
        std::string name_;
 };