]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathFont.h
revert last patch. there's something wrong, possibly unrelated to this
[lyx.git] / src / mathed / InsetMathFont.h
index 98b36e6bd9f40cd246a1bd12b49d1a9913acab5f..a55c1f77b16ca7910ef503ea18c45e2529d62ee0 100644 (file)
@@ -46,7 +46,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;