]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_sqrtinset.h
some (yet unfinished) up/down work
[lyx.git] / src / mathed / math_sqrtinset.h
index 7279ef3e810dfe584cfcb05a3c8669d737dac24e..b7679268425b7e62ad1f4cc24ab6ab09a03c84b5 100644 (file)
@@ -22,8 +22,6 @@ public:
        ///
        MathSqrtInset();
        ///
-       virtual std::auto_ptr<InsetBase> clone() const;
-       ///
        void draw(PainterInfo &, int x, int y) const;
        ///
        void metrics(MetricsInfo & mi, Dimension & dim) const;
@@ -44,5 +42,7 @@ public:
        void octave(OctaveStream &) const;
        ///
        void mathmlize(MathMLStream &) const;
+private:
+       virtual std::auto_ptr<InsetBase> doClone() const;
 };
 #endif