]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMath.h
simplify GuiToc / TocWidget interaction. Much can still be simplified...
[lyx.git] / src / mathed / InsetMath.h
index af6f35a62979b8e0333c5e6bd0fe7e05c0062e6d..717eed9ef2e9d6335d8bf9d1786285367b3b4fb1 100644 (file)
@@ -199,7 +199,7 @@ public:
        virtual bool allowedIn(mode_type mode) const { return mode == MATH_MODE; }
 
        /// superscript kerning
-       virtual int kerning() const { return 0; }
+       virtual int kerning(BufferView const *) const { return 0; }
 };
 
 ///