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