X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Flyxcursor.h;h=60ad1e0bfbe4386b2fc85d2dd55c3fc1703c4f4a;hb=a69e7a45780e94f4330a91facfe35126c678e34e;hp=9137f48d4e4cc9ba2848c263ae34f22eed6e5d2a;hpb=4b2a999762c83627476428e595d3c1e3704a3da0;p=lyx.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) {