]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathKern.h
* up/down jumps between macro parameters
[lyx.git] / src / mathed / InsetMathKern.h
index cb75de01342cd55b35bd4bcaaea42d0c8e96dad2..8a1e3ee04770031e936c2d73925b3b595bbe9244 100644 (file)
@@ -39,7 +39,7 @@ public:
        ///
        void normalize(NormalStream & ns) const;
 private:
-       virtual std::auto_ptr<InsetBase> doClone() const;
+       virtual std::auto_ptr<Inset> doClone() const;
        /// width in em
        Length wid_;
 };