mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 05:16:21 +00:00
fix warning
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2298 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
abaa02466a
commit
e08f44aa7e
@ -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!
|
||||
|
@ -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; }
|
||||
///
|
||||
|
Loading…
Reference in New Issue
Block a user