]> git.lyx.org Git - lyx.git/blobdiff - src/Buffer.h
adjust
[lyx.git] / src / Buffer.h
index 4562a02a1de732254c0aa4d80f31d30a8d260766..37a2670265f32d6bcb83ee079d2d5ee2332c4b6d 100644 (file)
@@ -12,6 +12,8 @@
 #ifndef BUFFER_H
 #define BUFFER_H
 
+#include "insets/InsetCode.h"
+
 #include "support/FileName.h"
 #include "support/limited_stack.h"
 #include "support/types.h"
@@ -364,13 +366,10 @@ public:
        ///
        void insertMacro(docstring const & name, MacroData const & data);
 
-       /// Replace the inset contents for insets which Inset::Code is equal
+       /// Replace the inset contents for insets which InsetCode is equal
        /// to the passed \p inset_code.
-       /// FIXME: we pass Inset::Code as an int in order to avoid the inclusion
-       /// of "Inset.h". It would be better to put Inset::Code in its own
-       /// header.
        void changeRefsIfUnique(docstring const & from, docstring const & to,
-               int inset_code);
+               InsetCode code);
 
 /// get source code (latex/docbook) for some paragraphs, or all paragraphs
 /// including preamble