]> git.lyx.org Git - lyx.git/blobdiff - src/cursor.h
compilation fix
[lyx.git] / src / cursor.h
index 8deab33a050541b339807115d2e1853cb56d9d7c..332bf219fbdc603efb3716f369cb1776a46b833f 100644 (file)
@@ -152,6 +152,8 @@ public:
        void needsUpdate();
        /// don't call update() when done
        void noUpdate();
+       /// fix cursor in circumstances that should never happen
+       void fixIfBroken();
 
        /// output
        friend std::ostream & operator<<(std::ostream & os, LCursor const & cur);