]> git.lyx.org Git - lyx.git/blobdiff - src/Buffer.h
installer: further preparation
[lyx.git] / src / Buffer.h
index a1afc8bd59204f4e31a9b5cd1477758163cc9925..386625e18d2906896a943d84cf5777c5edf29378 100644 (file)
@@ -15,8 +15,6 @@
 #include "OutputEnums.h"
 #include "OutputParams.h"
 
-#include "insets/InsetCode.h"
-
 #include "support/strfwd.h"
 #include "support/types.h"
 
@@ -591,8 +589,7 @@ public:
 
        /// Replace the inset contents for insets which InsetCode is equal
        /// to the passed \p inset_code.
-       void changeRefsIfUnique(docstring const & from, docstring const & to,
-               InsetCode code);
+       void changeRefsIfUnique(docstring const & from, docstring const & to);
 
        /// get source code (latex/docbook) for some paragraphs, or all paragraphs
        /// including preamble