]> git.lyx.org Git - lyx.git/blobdiff - src/lyxcursor.h
and back to cvs
[lyx.git] / src / lyxcursor.h
index 60ad1e0bfbe4386b2fc85d2dd55c3fc1703c4f4a..8a9ac616e0abd040e81027cc550b9b7efa591a2e 100644 (file)
@@ -47,9 +47,9 @@ public:
        ///
        int x_fix() const;
        ///
-       void y(unsigned long i);
+       void y(int i);
        ///
-       unsigned long y() const;
+       int y() const;
        ///
        void row(Row * r);
        ///
@@ -68,7 +68,7 @@ private:
        ///
        int x_fix_;
        ///
-       unsigned long y_;
+       int y_;
        ///
        Row * row_;
 };