]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetFootlike.h
Andre's s/getTextClass/textClass/ cleanup.
[lyx.git] / src / insets / InsetFootlike.h
index 7adfbdfdd6249ac9f4b72ec9e071074c857b19ff..dfacbe9900fa8e6ff53f819353574e01f1d40e43 100644 (file)
@@ -33,7 +33,9 @@ public:
        ///
        void write(Buffer const & buf, std::ostream & os) const;
        ///
-       bool insetAllowed(Inset::Code) const;
+       bool isMacroScope(Buffer const &) const { return true; }
+       ///
+       bool insetAllowed(InsetCode) const;
        /** returns true if, when outputing LaTeX, font changes should
            be closed before generating this inset. This is needed for
            insets that may contain several paragraphs */