]> git.lyx.org Git - lyx.git/blobdiff - src/Cursor.h
* lfuns doxification for math macros
[lyx.git] / src / Cursor.h
index d75891b7ef4bc1dcfa47c0d5f27bf9d52181ad2e..0d49502ef1903ece576a8f1ea496cb439ada44eb 100644 (file)
@@ -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?