]> git.lyx.org Git - lyx.git/blobdiff - src/Cursor.h
SCons: msvc does not need this /TP option any more after we rename .C => .cpp. Also...
[lyx.git] / src / Cursor.h
index cf2344f2c6d53de788f809131d7441bdac754efa..c56538a2df84148e8c6506c2fe08d8f1359f823e 100644 (file)
@@ -179,8 +179,9 @@ public:
         * Not using noUpdate() should never be wrong.
         */
        void noUpdate();
-       /// fix cursor in circumstances that should never happen
-       void fixIfBroken();
+       /// fix cursor in circumstances that should never happen.
+       /// \retval true if a fix occured.
+       bool fixIfBroken();
 
        /// output
        friend std::ostream & operator<<(std::ostream & os, Cursor const & cur);