]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_fboxinset.h
get rid of broken_header.h and some unneeded tests
[lyx.git] / src / mathed / math_fboxinset.h
index 215eaf4cda14020f02041cbcee7cdd1c6d041526..405a7c5b2782c6abc02829f6b3a742b539ed212c 100644 (file)
@@ -21,8 +21,6 @@ public:
        ///
        MathFboxInset();
        ///
-       std::auto_ptr<InsetBase> clone() const;
-       ///
        mode_type currentMode() const;
        ///
        void metrics(MetricsInfo & mi, Dimension & dim) const;
@@ -34,6 +32,8 @@ public:
        void normalize(NormalStream & ns) const;
        ///
        void infoize(std::ostream & os) const;
+private:
+       virtual std::auto_ptr<InsetBase> doClone() const;
 };
 
 #endif