]> git.lyx.org Git - lyx.git/blobdiff - src/dociterator.h
Trivial fixes to some warnings thrown up by MSVS.Net 2003.
[lyx.git] / src / dociterator.h
index 07ade45dedee730ac86d0b10d40f682de88eaf28..c69c703c515893ecdfd670f09a529558cb86ee67 100644 (file)
@@ -214,6 +214,9 @@ public:
        void push_back(CursorSlice const & sl) { slices_.push_back(sl); }
        ///
        void pop_back() { slices_.pop_back(); }
+       /// recompute the inset parts of the cursor from the document data
+       void updateInsets(InsetBase * inset);
+
 private:
        /**
         * When the cursor position is i, is the cursor after the i-th char