]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathMBox.h
This commit fixes a crash when accessing a math inset. This was due to an invalid...
[lyx.git] / src / mathed / InsetMathMBox.h
index 39fa6e996a64da3f903abd645d35dd68d6201295..305d88fd186204b91f91b44abecf7755fc2d61b9 100644 (file)
@@ -41,7 +41,8 @@ public:
        ///
        LyXText * getText(int) const;
        ///
-       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;
 protected:
        virtual void doDispatch(LCursor & cur, FuncRequest & cmd);