]> git.lyx.org Git - features.git/blobdiff - src/insets/InsetTheorem.h
* Lazy MathData to avoid unneeded interpretation of macro definitions
[features.git] / src / insets / InsetTheorem.h
index bf20efbd2db3c85f49b9c0ec9e06157cfa88732b..d22c3451c01de0900b1e9d487a3a154a4bd9f38e 100644 (file)
@@ -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;
        ///