]> git.lyx.org Git - features.git/blobdiff - src/buffer.h
Fix bug 2744:
[features.git] / src / buffer.h
index 2c52c7b04cb4d6e991a57243aa8bf4fd104fed38..4cab9b814e9bbd0452f37a487751a07ea94f463e 100644 (file)
@@ -340,7 +340,7 @@ public:
        ///
        StableDocIterator getAnchor() const { return anchor_; }
        ///
-       void changeRefsIfUnique(std::string const & from, std::string const & to);
+       void changeRefsIfUnique(std::string const & from, std::string const & to, InsetBase::Code code);
        /// get source code (latex/docbook) for some paragraphs, or all paragraphs
        /// including preamble
        void getSourceCode(std::ostream & os, lyx::pit_type par_begin, lyx::pit_type par_end, bool full_source);