]> git.lyx.org Git - features.git/blobdiff - src/lyxcursor.h
use max & min
[features.git] / src / lyxcursor.h
index 6ae0f4e97c53df087b7c92ba8a31747ae183eaaa..f27c0db105e76a98dc78fbeccf6edaa71ee59fd1 100644 (file)
@@ -71,5 +71,7 @@ bool operator==(LyXCursor const & a, LyXCursor const & b);
 bool operator!=(LyXCursor const & a, LyXCursor const & b);
 ///
 bool operator<(LyXCursor const & a, LyXCursor const & b);
+///
+bool operator>(LyXCursor const & a, LyXCursor const & b);
 
 #endif // LYXCURSOR_H