]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathFontOld.h
* up/down jumps between macro parameters
[lyx.git] / src / mathed / InsetMathFontOld.h
index 734fabc3e7dfe87760deaa6a84cfefa67f774ef2..f0d9d79f57a617e68fa54be848d8e5ec51788b56 100644 (file)
@@ -43,9 +43,11 @@ public:
        void normalize(NormalStream &) const;
        ///
        void infoize(odocstream & os) const;
+       ///
+       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_;
 };