]> 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 5d5d7f3c371260b3a7419ce91f88fa2143498a0c..76651ef1cd64396384d0a579726c3eb7a6321967 100644 (file)
@@ -35,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;