]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathBoxed.h
* the old cursor is stored before dispatch and then used after moving
[lyx.git] / src / mathed / InsetMathBoxed.h
index 930c7b3aa03774d58a785b0539b4b76462973474..078a32a8774707abeaa390d8d116e489fe9c3e39 100644 (file)
@@ -36,7 +36,7 @@ public:
        ///
        void infoize(odocstream & os) const;
 private:
-       virtual std::auto_ptr<InsetBase> doClone() const;
+       virtual std::auto_ptr<Inset> doClone() const;
 };