]> git.lyx.org Git - lyx.git/commitdiff
Fix warnings
authorPavel Sanda <sanda@lyx.org>
Sun, 25 Oct 2009 09:28:02 +0000 (09:28 +0000)
committerPavel Sanda <sanda@lyx.org>
Sun, 25 Oct 2009 09:28:02 +0000 (09:28 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@31728 a592a061-630c-0410-9148-cb99ea01b6c8

src/insets/InsetTabular.h

index 6311d7d6f8cb3512466033b8c64fbde85537edbc..1641667a41372fa716f5994688977435915e5583 100644 (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 &);