X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FCursorSlice.h;h=308b938455f55cc0d4ea4b47d435f65ae8444a78;hb=f9b8cc9aa9f382d742b05d55799ff6311130da51;hp=f44c92e0c29b3c5bc9f5795153fe965435ab9a7c;hpb=3b6232679d201b78de40e60e2d312fd281b29e30;p=lyx.git diff --git a/src/CursorSlice.h b/src/CursorSlice.h index f44c92e0c2..308b938455 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