]> git.lyx.org Git - lyx.git/blobdiff - src/Cursor.h
Revert 23154.
[lyx.git] / src / Cursor.h
index 52220585b1db08c51c429018a713f4bcf0aa57d8..073880d9eba60c0c66a6f715cb3aaa4fc37c0e0c 100644 (file)
@@ -398,7 +398,7 @@ public:
  * Sure that the cursor old is valid, i.e. all inset pointers
  * point to valid insets! Use Cursor::fixIfBroken if necessary.
  */
-bool notifyCursorLeaves(DocIterator const & old, Cursor & cur);
+bool notifyCursorLeaves(Cursor const & old, Cursor & cur);
 
 
 } // namespace lyx