]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetFloatList.h
Make undo action no-ops when the buffer is read-only
[lyx.git] / src / insets / InsetFloatList.h
index 489b0fea98b0e939355a0da8bc6accdf7de68f2d..ce6caa577097bd67c563e8eeb8975ab6a352704c 100644 (file)
@@ -32,7 +32,7 @@ public:
        ///
        InsetCode lyxCode() const override { return FLOAT_LIST_CODE; }
        ///
-       RowFlags rowFlags() const override { return Display; }
+       int rowFlags() const override { return Display; }
        ///
        void write(std::ostream &) const override;
        ///