]> git.lyx.org Git - features.git/commitdiff
Squash zillion warnings
authorPavel Sanda <sanda@lyx.org>
Wed, 25 Feb 2009 23:26:09 +0000 (23:26 +0000)
committerPavel Sanda <sanda@lyx.org>
Wed, 25 Feb 2009 23:26:09 +0000 (23:26 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@28612 a592a061-630c-0410-9148-cb99ea01b6c8

src/insets/InsetCollapsable.h

index 2308ae753f385c89f41396939109bb46dad2764f..efac008fec7a93edfa3f3549ad5fda3bce19092c 100644 (file)
@@ -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