X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FCursorSlice.h;h=f6d60d8ce627430d35e2d8468460f43a595abcb2;hb=a1da60642c0541b6ebac85dd8b64de8ff993c256;hp=f44c92e0c29b3c5bc9f5795153fe965435ab9a7c;hpb=3b6232679d201b78de40e60e2d312fd281b29e30;p=lyx.git diff --git a/src/CursorSlice.h b/src/CursorSlice.h index f44c92e0c2..f6d60d8ce6 100644 --- a/src/CursorSlice.h +++ b/src/CursorSlice.h @@ -119,6 +119,8 @@ public: Text * text() const { return inset_->getText(idx_); } /// paragraph in this cell Paragraph & paragraph() const; + /// + void setPitPos(pit_type pit, pos_type pos); /// /// mathed specific stuff @@ -146,7 +148,7 @@ public: bool at_end() const; /// are we at the start of this slice bool at_begin() const; - + private: /// pointer to 'owning' inset. This is some kind of cache.