]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathFont.h
* src/frontends/controllers/Dialog.{cpp,h}:
[lyx.git] / src / mathed / InsetMathFont.h
index 085ca65b566e6c8a38feee60d49b8c68e2956dca..bfa380d19113aadc17490553c6761d25ced400a6 100644 (file)
@@ -45,9 +45,11 @@ public:
        void validate(LaTeXFeatures & features) 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_;
 };