]> git.lyx.org Git - features.git/blobdiff - src/insets/insettabular.h
Insets cleanup patch from Angus
[features.git] / src / insets / insettabular.h
index ad1807de1d2b6e3a73a7959f00b02542b112fae7..9cece3c8903570727e6fa74a485d38d5c2419318 100644 (file)
@@ -241,15 +241,15 @@ private:
     ///
     mutable LyXCursor old_cursor;
     ///
-    mutable int inset_pos;
+    mutable LyXParagraph::size_type inset_pos;
     ///
     mutable unsigned int inset_x;
     ///
     mutable unsigned int inset_y;
     ///
-    mutable int sel_pos_start;
+    mutable LyXParagraph::size_type sel_pos_start;
     ///
-    mutable int sel_pos_end;
+    mutable LyXParagraph::size_type sel_pos_end;
     ///
     mutable int sel_cell_start;
     ///