]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetWrap.h
This should be the last of the commits refactoring the InsetLayout code.
[lyx.git] / src / insets / InsetWrap.h
index 4202469f05420d9087133420044ad2ab88789986..4a0c306a6be5470cd1180aee8109111437d9a178 100644 (file)
@@ -57,7 +57,7 @@ public:
        ///
        InsetCode lyxCode() const { return WRAP_CODE; }
        ///
-       bool isMacroScope(Buffer const & buf) const { return true; }
+       bool isMacroScope(Buffer const &) const { return true; }
        ///
        int latex(Buffer const &, odocstream &,
                  OutputParams const &) const;