]> git.lyx.org Git - lyx.git/blobdiff - src/lyxcursor.h
Fix small bug in reading \set_color in lyxrc
[lyx.git] / src / lyxcursor.h
index 7606a066b0205dfdfd3fcd9d6383dabfb2be7398..9137f48d4e4cc9ba2848c263ae34f22eed6e5d2a 100644 (file)
 #ifndef LYXCURSOR_H
 #define LYXCURSOR_H
 
+#ifdef __GNUG__
+#pragma interface
+#endif
+
 #include "lyxparagraph.h"
 
 struct Row;
@@ -70,7 +74,6 @@ private:
 };
 
 
-///
 inline
 bool operator==(LyXCursor const & a, LyXCursor const & b)
 {
@@ -80,7 +83,6 @@ bool operator==(LyXCursor const & a, LyXCursor const & b)
 }
 
 
-///
 inline
 bool operator!=(LyXCursor const & a, LyXCursor const & b)
 {