]> git.lyx.org Git - features.git/blobdiff - src/insets/InsetWrap.h
* Lazy MathData to avoid unneeded interpretation of macro definitions
[features.git] / src / insets / InsetWrap.h
index 01a9d7645fa0f2df6299e14a2f3b79c4e0a271fb..4202469f05420d9087133420044ad2ab88789986 100644 (file)
@@ -57,6 +57,8 @@ public:
        ///
        InsetCode lyxCode() const { return WRAP_CODE; }
        ///
+       bool isMacroScope(Buffer const & buf) const { return true; }
+       ///
        int latex(Buffer const &, odocstream &,
                  OutputParams const &) const;
        ///