]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetFloatList.h
Do not output deleted rows columns if show changes in output is false
[lyx.git] / src / insets / InsetFloatList.h
index 8c2a57128f4f2eb2e354ef5898ce34edb9da6398..7d1df4765aa015fa1a4dda8d02aef84744078016 100644 (file)
@@ -23,7 +23,7 @@ namespace lyx {
 class InsetFloatList : public InsetCommand {
 public:
        ///
-       InsetFloatList(Buffer *);
+       explicit InsetFloatList(Buffer *);
        ///
        InsetFloatList(Buffer *, std::string const & type);
 
@@ -32,7 +32,7 @@ public:
        ///
        InsetCode lyxCode() const { return FLOAT_LIST_CODE; }
        ///
-       DisplayType display() const { return Display; }
+       DisplayType display() const { return AlignCenter; }
        ///
        void write(std::ostream &) const;
        ///