]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_deliminset.h
get rid of broken_header.h and some unneeded tests
[lyx.git] / src / mathed / math_deliminset.h
index 5a59875854a53cd5af423638f6f705f8fa8415ab..23955f8d009aff28b945cb2221a0e5626a1e24e1 100644 (file)
@@ -26,8 +26,6 @@ public:
        ///
        MathDelimInset(std::string const & left, std::string const & right, MathArray const &);
        ///
-       virtual std::auto_ptr<InsetBase> clone() const;
-       ///
        MathDelimInset * asDelimInset() { return this; }
        ///
        MathDelimInset const * asDelimInset() const { return this; }
@@ -61,6 +59,7 @@ public:
        ///
        std::string right_;
 private:
+       virtual std::auto_ptr<InsetBase> doClone() const;
        ///
        mutable int dw_;
 };