]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetTabular.h
Make undo action no-ops when the buffer is read-only
[lyx.git] / src / insets / InsetTabular.h
index 8d1be1b2a3d5ff921417ba0644c4d6d24c5da18b..0d4e7afee9d0e954e564e7f86f8fefec0e28bacd 100644 (file)
@@ -989,7 +989,7 @@ public:
        //
        bool isTable() const override { return true; }
        ///
-       RowFlags rowFlags() const override;
+       int rowFlags() const override;
        ///
        void latex(otexstream &, OutputParams const &) const override;
        ///