X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Flyxcursor.h;h=60ad1e0bfbe4386b2fc85d2dd55c3fc1703c4f4a;hb=797d87b4513088a66b17c7ac653b84e36ea80458;hp=9137f48d4e4cc9ba2848c263ae34f22eed6e5d2a;hpb=612a097878de07556b76f7445a5564320987ff97;p=features.git diff --git a/src/lyxcursor.h b/src/lyxcursor.h index 9137f48d4e..60ad1e0bfb 100644 --- a/src/lyxcursor.h +++ b/src/lyxcursor.h @@ -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) {