]> git.lyx.org Git - lyx.git/blobdiff - src/lyxcursor.h
more keyboard/keysym changes
[lyx.git] / src / lyxcursor.h
index 7c4bed06bac301329a819e05907ca08147d0d369..60ad1e0bfbe4386b2fc85d2dd55c3fc1703c4f4a 100644 (file)
 #ifndef LYXCURSOR_H
 #define LYXCURSOR_H
 
+#ifdef __GNUG__
+#pragma interface
+#endif
+
 #include "lyxparagraph.h"
 
 struct Row;
@@ -69,7 +73,7 @@ private:
        Row * row_;
 };
 
-
+///
 inline
 bool operator==(LyXCursor const & a, LyXCursor const & b)
 {
@@ -78,7 +82,7 @@ bool operator==(LyXCursor const & a, LyXCursor const & b)
                && a.boundary() == b.boundary();
 }
 
-
+///
 inline
 bool operator!=(LyXCursor const & a, LyXCursor const & b)
 {