]> 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 01a9d7645fa0f2df6299e14a2f3b79c4e0a271fb..4a0c306a6be5470cd1180aee8109111437d9a178 100644 (file)
@@ -57,6 +57,8 @@ public:
        ///
        InsetCode lyxCode() const { return WRAP_CODE; }
        ///
+       bool isMacroScope(Buffer const &) const { return true; }
+       ///
        int latex(Buffer const &, odocstream &,
                  OutputParams const &) const;
        ///