]> git.lyx.org Git - features.git/blobdiff - src/insets/InsetListings.h
* Lazy MathData to avoid unneeded interpretation of macro definitions
[features.git] / src / insets / InsetListings.h
index d2b63e7110cc687bc49f7dff896d06a190e80c3b..f5cf33ce886957188e5f1c6594c9e9e0f356002a 100644 (file)
@@ -45,6 +45,8 @@ public:
        ///
        virtual docstring const editMessage() const;
        ///
+       bool isMacroScope(Buffer const & buf) const { return true; }
+       ///
        int latex(Buffer const &, odocstream &, OutputParams const &) const;
        ///
        void validate(LaTeXFeatures &) const;