]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetInfo.h
Remove all BufferParam arguments in InsetXXX methods (since insets know about their...
[lyx.git] / src / insets / InsetInfo.h
index 97dcbf101f9ce85c83b7325b07354ae4f87e9f48..bac475866f8a38cc8ecce4d70e3f6b20d2707c39 100644 (file)
@@ -100,7 +100,9 @@ public:
        ///
        Inset * editXY(Cursor & cur, int x, int y);
        ///
-       EDITABLE editable() const { return NOT_EDITABLE; }
+       bool editable() const { return false; }
+       ///
+       bool hasSettings() const { return true; }
        ///
        void read(Lexer & lex);
        ///