]> git.lyx.org Git - features.git/blobdiff - src/insets/insettabular.C
Insets cleanup patch from Angus
[features.git] / src / insets / insettabular.C
index 608b25448a7fea8a798a96c7a628e5b407255963..6e47e90b13b9472d95c69fc8bf062d9d16889512 100644 (file)
@@ -660,7 +660,7 @@ void InsetTabular::InsetMotionNotify(BufferView * bv, int x, int y, int button)
     }
     if (!no_selection) {
        HideInsetCursor(bv);
-       int const old_pos = sel_pos_end;
+       LyXParagraph::size_type const old_pos = sel_pos_end;
        int const old_cell = actcell;
 
        setPos(bv, x, y);