]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_nestinset.h
Fix to bug 2362: Deleting superscript also deletes subscript.
[lyx.git] / src / mathed / math_nestinset.h
index 46b6abe332971ce5ea0c970c7790505a6d67c847..72bdcd453664dc5d289816e9ef67a0b8e44ba84e 100644 (file)
@@ -37,7 +37,7 @@ public:
        /// identifies NestInsets
        MathNestInset const * asNestInset() const { return this; }
        /// get cursor position
-       void getCursorPos(CursorSlice const & sl, int & x, int & y) const;
+       void cursorPos(CursorSlice const & sl, bool boundary, int & x, int & y) const;
        ///
        void edit(LCursor & cur, bool left);
        ///