* InsetIndex.h:

- fix bug 4801.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24514 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Jürgen Spitzmüller 2008-04-26 15:03:52 +00:00
parent 96b0466c49
commit 3742ece3ec

View File

@ -27,7 +27,7 @@ public:
InsetIndex(Buffer const &);
private:
///
EDITABLE editable() const { return IS_EDITABLE; }
EDITABLE editable() const { return HIGHLY_EDITABLE; }
///
InsetCode lyxCode() const { return INDEX_CODE; }
///