]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetIndex.h
Make undo action no-ops when the buffer is read-only
[lyx.git] / src / insets / InsetIndex.h
index bddb8ba380edb96667fb95f3e3dd82133c7f2d73..b064cc700180a769ebfd1182794c8cd6399925e9 100644 (file)
@@ -119,7 +119,7 @@ public:
        ///
        bool hasSettings() const override;
        ///
-       RowFlags rowFlags() const override { return Display; }
+       int rowFlags() const override { return Display; }
        //@}
 
        /// \name Static public methods obligated for InsetCommand derived classes