From 6c675e3ab43b5c04f02b081bf991d80c4bbbedef Mon Sep 17 00:00:00 2001 From: Guilherme Maciel Ferreira Date: Fri, 17 Feb 2012 23:12:13 -0200 Subject: [PATCH] Removed unused parameter. --- test/mock_statusnotifiercommand.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/test/mock_statusnotifiercommand.h b/test/mock_statusnotifiercommand.h index 7583888..9e6b244 100644 --- a/test/mock_statusnotifiercommand.h +++ b/test/mock_statusnotifiercommand.h @@ -76,7 +76,7 @@ StatusNotifierCommand::~StatusNotifierCommand() bool StatusNotifierCommand::set_token_value( const std::string &, - const std::string &value + const std::string & ) { return true; -- 1.7.1