]> git.lyx.org Git - features.git/blobdiff - src/mathed/InsetMathChar.h
* kerning may depend on the BufferView because the metrics of some insets (e.g. math...
[features.git] / src / mathed / InsetMathChar.h
index dc0bc379b182a0bffd05791cf396489ff41ca828..1ff946bfd6c2fb430c10849c8eb04be08e84340b 100644 (file)
@@ -30,7 +30,7 @@ public:
        ///
        void drawT(TextPainter &, int x, int y) const;
        ///
-       int kerning() const { return kerning_; }
+       int kerning(BufferView const * bv) const { return kerning_; }
 
        ///
        void write(WriteStream & os) const;