]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathMacro.h
This commit fixes a crash when accessing a math inset. This was due to an invalid...
[lyx.git] / src / mathed / InsetMathMacro.h
index 3c82d9ac24d907573e39ee921671ba2f8cb09cfb..02c097bfb2669e2ccab5ccea56a9b2410fb32e25 100644 (file)
@@ -33,7 +33,8 @@ public:
        ///
        void metrics(MetricsInfo & mi, Dimension & dim) const;
        /// get cursor position
-       void cursorPos(CursorSlice const & sl, bool boundary, int & x, int & y) const;
+       void cursorPos(BufferView const & bv, CursorSlice const & sl,
+               bool boundary, int & x, int & y) const;
        ///
        InsetBase * editXY(LCursor & cur, int x, int y);
        ///