]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_splitinset.h
Fix math cursor positioning bug
[lyx.git] / src / mathed / math_splitinset.h
index 98ac168c2383c17979cd9ed0153104459bbc5f04..49faf48f4e4974844857e6eb38fa956db99ea44d 100644 (file)
@@ -20,14 +20,13 @@ public:
        ///
        explicit MathSplitInset(std::string const & name);
        ///
-       virtual std::auto_ptr<InsetBase> clone() const;
-       ///
        void write(WriteStream & os) const;
        ///
        int defaultColSpace(col_type) { return 0; }
        ///
        char defaultColAlign(col_type);
 private:
+       virtual std::auto_ptr<InsetBase> doClone() const;
        ///
        std::string name_;
 };