X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2FInsetListings.h;h=f5cf33ce886957188e5f1c6594c9e9e0f356002a;hb=36dbec45069bf3d9db923200835e44f44d904eb8;hp=d2b63e7110cc687bc49f7dff896d06a190e80c3b;hpb=95146d3cf911230ee6c810e22d0243f83ce977a3;p=features.git diff --git a/src/insets/InsetListings.h b/src/insets/InsetListings.h index d2b63e7110..f5cf33ce88 100644 --- a/src/insets/InsetListings.h +++ b/src/insets/InsetListings.h @@ -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;