From 37f82f7c2bf7e1954ce5561a7305c84c0ee086d6 Mon Sep 17 00:00:00 2001 From: Pavel Sanda Date: Wed, 25 Feb 2009 23:26:09 +0000 Subject: [PATCH] Squash zillion warnings git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@28612 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/insets/InsetCollapsable.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/insets/InsetCollapsable.h b/src/insets/InsetCollapsable.h index 2308ae753f..efac008fec 100644 --- a/src/insets/InsetCollapsable.h +++ b/src/insets/InsetCollapsable.h @@ -85,7 +85,7 @@ public: /// virtual void setButtonLabel() {} /// - virtual docstring const buttonLabel(BufferView const & bv) const + virtual docstring const buttonLabel(BufferView const &) const { return labelstring_; } /// bool isOpen(BufferView const & bv) const