X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Flyxcursor.h;h=60ad1e0bfbe4386b2fc85d2dd55c3fc1703c4f4a;hb=a69e7a45780e94f4330a91facfe35126c678e34e;hp=7606a066b0205dfdfd3fcd9d6383dabfb2be7398;hpb=2889b5fd3e8987d0c265ff4726a7fb6c6cb6c034;p=lyx.git diff --git a/src/lyxcursor.h b/src/lyxcursor.h index 7606a066b0..60ad1e0bfb 100644 --- a/src/lyxcursor.h +++ b/src/lyxcursor.h @@ -12,6 +12,10 @@ #ifndef LYXCURSOR_H #define LYXCURSOR_H +#ifdef __GNUG__ +#pragma interface +#endif + #include "lyxparagraph.h" struct Row; @@ -69,7 +73,6 @@ private: Row * row_; }; - /// inline bool operator==(LyXCursor const & a, LyXCursor const & b) @@ -79,7 +82,6 @@ bool operator==(LyXCursor const & a, LyXCursor const & b) && a.boundary() == b.boundary(); } - /// inline bool operator!=(LyXCursor const & a, LyXCursor const & b)