]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetNote.h
Stupid bug fix.
[lyx.git] / src / insets / InsetNote.h
index 70faf4c03df691be7fe3c2b8d8682684eaaba266..2f3fe51ae7ab92b28cc4f8619aeec1aebeaedfe2 100644 (file)
@@ -111,13 +111,11 @@ private:
        InsetNoteParams params_;
 };
 
-class BufferView;
-
 /**
  * Mutate all NoteInsets of "source" type to the "target" type in the document.
  * Returns true when some inset was changed.
  */
-bool mutateNotes(lyx::BufferView * view, std::string const & source, std::string const &target);
+bool mutateNotes(lyx::Cursor & cur, std::string const & source, std::string const &target);
 
 } // namespace lyx