]> git.lyx.org Git - lyx.git/blobdiff - src/lyxcursor.C
Fixes for/in insettabular/text.
[lyx.git] / src / lyxcursor.C
index acdad00eeceed2843ec68bcff6096dab078a9daf..37d65db951f273c1eadbe139b94ff3fe4685fd64 100644 (file)
@@ -8,6 +8,12 @@
  *
  * ====================================================== */
 
+#include <config.h>
+
+#ifdef __GNUG__
+#pragma implementation
+#endif
+
 #include "lyxcursor.h"
 
 
@@ -76,13 +82,13 @@ int LyXCursor::x_fix() const
 }
 
 
-void LyXCursor::y(unsigned long i)
+void LyXCursor::y(int i)
 {
        y_ = i;
 }
 
 
-unsigned long LyXCursor::y() const
+int LyXCursor::y() const
 {
        return y_;
 }