]> git.lyx.org Git - lyx.git/blobdiff - src/CursorSlice.h
More requires --> required, for C++2a.
[lyx.git] / src / CursorSlice.h
index f44c92e0c29b3c5bc9f5795153fe965435ab9a7c..f6d60d8ce627430d35e2d8468460f43a595abcb2 100644 (file)
@@ -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.