]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetBranch.h
Remove all BufferParam arguments in InsetXXX methods (since insets know about their...
[lyx.git] / src / insets / InsetBranch.h
index a2f6c28a20b47fb52094aa068d912aada2fddc75..0c42e8fbe6934c99b1a7708fa4149301bcbb0cba 100644 (file)
@@ -53,6 +53,8 @@ public:
        static void string2params(std::string const &, InsetBranchParams &);
        ///
        docstring branch() const { return params_.branch; }
+       ///
+       void rename(docstring const & newname) { params_.branch = newname; }
 
 private:
        ///