From 221bd56fae961fd94f57653ca68ae6d850a2e061 Mon Sep 17 00:00:00 2001 From: Pavel Sanda Date: Sun, 25 Oct 2009 09:28:02 +0000 Subject: [PATCH] Fix warnings git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@31728 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/insets/InsetTabular.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/insets/InsetTabular.h b/src/insets/InsetTabular.h index 6311d7d6f8..1641667a41 100644 --- a/src/insets/InsetTabular.h +++ b/src/insets/InsetTabular.h @@ -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 &); -- 2.39.2