]> git.lyx.org Git - features.git/blobdiff - src/insets/InsetCollapsable.h
* Lazy MathData to avoid unneeded interpretation of macro definitions
[features.git] / src / insets / InsetCollapsable.h
index 999315a50657ef4f49deb60d051a1fc82b035f04..1b6cbc3c45edf1ea30dba459d737ba19781795ef 100644 (file)
@@ -76,6 +76,8 @@ public:
        /// can we go further down on mouse click?
        bool descendable() const;
        ///
+       bool isMacroScope(Buffer const & buf) const;
+       ///
        void setLabel(docstring const & l);
        ///
        virtual void setButtonLabel() {}