]> git.lyx.org Git - lyx.git/blobdiff - src/lyxcursor.h
more keyboard/keysym changes
[lyx.git] / src / lyxcursor.h
index 9137f48d4e4cc9ba2848c263ae34f22eed6e5d2a..60ad1e0bfbe4386b2fc85d2dd55c3fc1703c4f4a 100644 (file)
@@ -73,7 +73,7 @@ private:
        Row * row_;
 };
 
-
+///
 inline
 bool operator==(LyXCursor const & a, LyXCursor const & b)
 {
@@ -82,7 +82,7 @@ bool operator==(LyXCursor const & a, LyXCursor const & b)
                && a.boundary() == b.boundary();
 }
 
-
+///
 inline
 bool operator!=(LyXCursor const & a, LyXCursor const & b)
 {