]> git.lyx.org Git - features.git/blobdiff - src/mathed/InsetMathSymbol.h
* kerning may depend on the BufferView because the metrics of some insets (e.g. math...
[features.git] / src / mathed / InsetMathSymbol.h
index 5d5d7f3c371260b3a7419ce91f88fa2143498a0c..d9b26edcfe759627744696f89a37949719bb0d56 100644 (file)
@@ -35,7 +35,7 @@ public:
        ///
        void draw(PainterInfo &, int x, int y) const;
        ///
-       int kerning() const { return kerning_; }
+       int kerning(BufferView const * bv) const { return kerning_; }
 
        ///
        bool isRelOp() const;