X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FCursor.h;h=0d49502ef1903ece576a8f1ea496cb439ada44eb;hb=1b56057e1f739551f2c410a4b0b3941246123531;hp=d75891b7ef4bc1dcfa47c0d5f27bf9d52181ad2e;hpb=8672364e1e1f0e082678d0cf0f03e7e84c99d35d;p=lyx.git diff --git a/src/Cursor.h b/src/Cursor.h index d75891b7ef..0d49502ef1 100644 --- a/src/Cursor.h +++ b/src/Cursor.h @@ -330,7 +330,7 @@ public: // selection in given cell of atom void handleNest(MathAtom const & at, int cell = 0); /// - bool isInside(Inset const *); + bool isInside(Inset const *) const; /// make sure cursor position is valid /// FIXME: It does a subset of fixIfBroken. Maybe merge them?