]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathChar.h
* src/frontends/GuiDocument.{cpp,h}:
[lyx.git] / src / mathed / InsetMathChar.h
index 3a65841c4f8d0538b273030415aec41d5c49382d..902f50e8fbe80ec4525ee22a64409bdd69fa1668 100644 (file)
@@ -14,8 +14,6 @@
 
 #include "InsetMath.h"
 
-#include "Font.h"
-
 namespace lyx {
 
 /// The base character inset.
@@ -32,7 +30,7 @@ public:
        ///
        void drawT(TextPainter &, int x, int y) const;
        ///
-       int kerning() const { return kerning_; }
+       int kerning(BufferView const *) const { return kerning_; }
 
        ///
        void write(WriteStream & os) const;