fix warning

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2298 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Jean-Marc Lasgouttes 2001-07-20 16:29:54 +00:00
parent abaa02466a
commit e08f44aa7e
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2001-07-20 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
* insetindex.h: shut off warning
2001-07-20 Juergen Vigna <jug@sad.it>
* insetcollapsable.C (update): recoded hopefully works now!

View File

@ -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; }
///