X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FCursor.h;h=7991d0890ad3d226199e47ae02c3afe4caa1170e;hb=1acedf11da79f509da706bc8d6d2f491c9676087;hp=d75891b7ef4bc1dcfa47c0d5f27bf9d52181ad2e;hpb=8672364e1e1f0e082678d0cf0f03e7e84c99d35d;p=lyx.git diff --git a/src/Cursor.h b/src/Cursor.h index d75891b7ef..7991d0890a 100644 --- a/src/Cursor.h +++ b/src/Cursor.h @@ -217,6 +217,9 @@ public: /// Convenience: prepare undo for the selected paragraphs void recordUndoSelection(); + /// + void checkBufferStructure(); + public: /// BufferView * bv_; @@ -330,7 +333,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?