]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_dotsinset.h
Fix to bug 2362: Deleting superscript also deletes subscript.
[lyx.git] / src / mathed / math_dotsinset.h
index 79f5cef64feef086064a735658f1c11339063df8..90cd39ade86ab74b25c5f58e170913184b25b3a4 100644 (file)
@@ -23,8 +23,6 @@ public:
        ///
        explicit MathDotsInset(latexkeys const * l);
        ///
-       std::auto_ptr<InsetBase> clone() const;
-       ///
        void metrics(MetricsInfo & mi, Dimension & dim) const;
        ///
        void draw(PainterInfo & pi, int x, int y) const;
@@ -35,5 +33,7 @@ protected:
        mutable int dh_;
        ///
        latexkeys const * key_;
+private:
+       virtual std::auto_ptr<InsetBase> doClone() const;
 };
 #endif