diff --git a/src/insets/ChangeLog b/src/insets/ChangeLog index 250fb1297f..06f058404b 100644 --- a/src/insets/ChangeLog +++ b/src/insets/ChangeLog @@ -1,3 +1,7 @@ +2001-07-20 Jean-Marc Lasgouttes + + * insetindex.h: shut off warning + 2001-07-20 Juergen Vigna * insetcollapsable.C (update): recoded hopefully works now! diff --git a/src/insets/insetindex.h b/src/insets/insetindex.h index 5182e5684c..0479937a8e 100644 --- a/src/insets/insetindex.h +++ b/src/insets/insetindex.h @@ -54,7 +54,7 @@ public: /// void edit(BufferView *, int, int, unsigned int) {} /// - void edit(BufferView * bv, bool front = true) {} + void edit(BufferView *, bool = true) {} /// EDITABLE editable() const{ return NOT_EDITABLE; } ///