mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-08 10:51:03 +00:00
* 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:
parent
96b0466c49
commit
3742ece3ec
@ -27,7 +27,7 @@ public:
|
|||||||
InsetIndex(Buffer const &);
|
InsetIndex(Buffer const &);
|
||||||
private:
|
private:
|
||||||
///
|
///
|
||||||
EDITABLE editable() const { return IS_EDITABLE; }
|
EDITABLE editable() const { return HIGHLY_EDITABLE; }
|
||||||
///
|
///
|
||||||
InsetCode lyxCode() const { return INDEX_CODE; }
|
InsetCode lyxCode() const { return INDEX_CODE; }
|
||||||
///
|
///
|
||||||
|
Loading…
Reference in New Issue
Block a user