]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathMatrix.h
* the old cursor is stored before dispatch and then used after moving
[lyx.git] / src / mathed / InsetMathMatrix.h
index d0b3c9f39d22e2b63461b52d20d498009f36f453..0b65634c64d94032405154ffa5b88335f3ea0fdf 100644 (file)
@@ -44,7 +44,7 @@ public:
        ///
        void octave(OctaveStream &) const;
 private:
-       virtual std::auto_ptr<InsetBase> doClone() const;
+       virtual std::auto_ptr<Inset> doClone() const;
 };