X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2FInsetListings.h;h=3e5fbd54e21b3e7b3503129414575f20378ffa51;hb=2c357c1d23b7b83839a9beb8225d4f1ae4f793b4;hp=d2b63e7110cc687bc49f7dff896d06a190e80c3b;hpb=ebd2089bc25369e964ddab6db52e00637f6c01ae;p=lyx.git diff --git a/src/insets/InsetListings.h b/src/insets/InsetListings.h index d2b63e7110..3e5fbd54e2 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 &) const { return true; } + /// int latex(Buffer const &, odocstream &, OutputParams const &) const; /// void validate(LaTeXFeatures &) const;