]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathFontOld.h
* up/down jumps between macro parameters
[lyx.git] / src / mathed / InsetMathFontOld.h
index 3cdf775602bd3a95c150e670e9d2d8edb0207f11..f0d9d79f57a617e68fa54be848d8e5ec51788b56 100644 (file)
@@ -47,7 +47,7 @@ public:
        int kerning() const { return cell(0).kerning(); }
 
 private:
-       virtual std::auto_ptr<InsetBase> doClone() const;
+       virtual std::auto_ptr<Inset> doClone() const;
        /// the font to be used on screen
        latexkeys const * key_;
 };