]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathNest.h
This commit fixes a crash when accessing a math inset. This was due to an invalid...
[lyx.git] / src / mathed / InsetMathNest.h
index 7790be0872eb18d909425240c367faca8cb5dc36..74908c31cf730537754249499bc3c2dd62f984df 100644 (file)
@@ -37,7 +37,8 @@ public:
        /// identifies NestInsets
        InsetMathNest const * asNestInset() const { return this; }
        /// 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;
        ///
        void edit(LCursor & cur, bool left);
        ///