]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetFloat.h
This should be the last of the commits refactoring the InsetLayout code.
[lyx.git] / src / insets / InsetFloat.h
index ee2728a768d9f86ba2ff340357e84cd02447517a..7800d55c96d3c2b8351537483f226fccb36d2322 100644 (file)
@@ -59,6 +59,8 @@ public:
        ///
        InsetCode lyxCode() const { return FLOAT_CODE; }
        ///
+       bool isMacroScope(Buffer const &) const { return true; }
+       ///
        int latex(Buffer const &, odocstream &,
                  OutputParams const &) const;
        ///