]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetFlex.h
InsetTabular.cpp: fix #6585 also for wrapped floats - thanks Vincent
[lyx.git] / src / insets / InsetFlex.h
index d5902be949ae0bb6ed8946b9444f0e372aa4e561..922f7c566d709489c1a6e9fed3b5610173f2f535 100644 (file)
@@ -23,17 +23,19 @@ namespace lyx {
 class InsetFlex : public InsetCollapsable {
 public:
        ///
-       InsetFlex(Buffer const &, std::string const & layoutName);
+       InsetFlex(Buffer *, std::string const & layoutName);
        ///
        docstring name() const { return from_utf8(name_); }
        ///
+       InsetLayout const & getLayout() const;
+       ///
        InsetCode lyxCode() const { return FLEX_CODE; }
        /// Default looks
        InsetLayout::InsetDecoration decoration() const;
        ///
        void write(std::ostream &) const;
        /// should paragraph indendation be ommitted in any case?
-       bool neverIndent() const { return true; }
+       bool neverIndent() const { return true; }       
        ///
        bool hasSettings() const { return false; }
        ///