]> git.lyx.org Git - features.git/blobdiff - src/insets/insettabular.h
no time to finish compile, fixes to cxx warnings
[features.git] / src / insets / insettabular.h
index df4d05a0c136c10bd0d3af275129fe3d6282e362..6b4701e3cd95a9feef66ec872aebefbaf4140fc0 100644 (file)
@@ -145,7 +145,8 @@ public:
     ///
     Inset::Code LyxCode() const { return Inset::TABULAR_CODE; }
     ///
-    void GetCursorPos(BufferView *, int & x, int & y) const;
+    void GetCursorPos(BufferView *, unsigned long & x,
+                     unsigned long & y) const;
     ///
     void ToggleInsetCursor(BufferView *);
     ///
@@ -245,7 +246,7 @@ private:
     ///
     mutable int inset_x;
     ///
-    mutable int inset_y;
+    mutable unsigned long inset_y;
     ///
     mutable int sel_pos_start;
     ///