]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathDiff.h
* the old cursor is stored before dispatch and then used after moving
[lyx.git] / src / mathed / InsetMathDiff.h
index 2a8a5a53cc12d54fa33e86c039c2c6a3682f1515..8d0785769940fcd0ff5aeda8ee5cd315664d1d45 100644 (file)
@@ -45,7 +45,7 @@ public:
        ///
        void write(WriteStream & os) const;
 private:
-       virtual std::auto_ptr<InsetBase> doClone() const;
+       virtual std::auto_ptr<Inset> doClone() const;
 };