Fix warnings

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@31728 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Pavel Sanda 2009-10-25 09:28:02 +00:00
parent d78bea45b4
commit 221bd56fae

View File

@ -824,7 +824,7 @@ public:
///
Inset * editXY(Cursor & cur, int x, int y);
/// can we go further down on mouse click?
bool descendable(BufferView const & bv) const { return true; }
bool descendable(BufferView const & ) const { return true; }
// Update the counters of this inset and of its contents
void updateLabels(ParIterator const &);