]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathFontOld.h
InsetMathHull.cpp: whitespace
[lyx.git] / src / mathed / InsetMathFontOld.h
index 22da1ea208e83929d24dbdddc76294c5489012da..10ef8305e09fbdae44c5383ecb2f27adab4ef6ca 100644 (file)
@@ -44,7 +44,7 @@ public:
        ///
        void infoize(odocstream & os) const;
        ///
-       int kerning() const { return cell(0).kerning(); }
+       int kerning(BufferView const * bv) const { return cell(0).kerning(bv); }
 
 private:
        virtual Inset * clone() const;