X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2FInsetTheorem.h;h=d22c3451c01de0900b1e9d487a3a154a4bd9f38e;hb=36dbec45069bf3d9db923200835e44f44d904eb8;hp=bf20efbd2db3c85f49b9c0ec9e06157cfa88732b;hpb=95146d3cf911230ee6c810e22d0243f83ce977a3;p=features.git diff --git a/src/insets/InsetTheorem.h b/src/insets/InsetTheorem.h index bf20efbd2d..d22c3451c0 100644 --- a/src/insets/InsetTheorem.h +++ b/src/insets/InsetTheorem.h @@ -35,6 +35,8 @@ public: /// void draw(PainterInfo & pi, int x, int y) const; /// + bool isMacroScope(Buffer const & buf) const { return true; } + /// int latex(Buffer const &, odocstream &, OutputParams const &) const; ///