]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathSymbol.h
Change the interface to a paragraph's layout. We still store a LayoutPtr, but now...
[lyx.git] / src / mathed / InsetMathSymbol.h
index bc33d2481a4963ce148eedbe05128d915a274a97..76651ef1cd64396384d0a579726c3eb7a6321967 100644 (file)
@@ -14,8 +14,6 @@
 
 #include "InsetMath.h"
 
-#include "Font.h"
-
 namespace lyx {
 
 class latexkeys;
@@ -37,7 +35,7 @@ public:
        ///
        void draw(PainterInfo &, int x, int y) const;
        ///
-       int kerning() const { return kerning_; }
+       int kerning(BufferView const *) const { return kerning_; }
 
        ///
        bool isRelOp() const;