From 9b5da6b16fb7dacada67db377beaa46a61fe0c22 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 13 Jan 2013 17:55:50 +0000 Subject: Lint. git-svn-id: http://svn.drobilla.net/lad/trunk/machina@4960 a436a847-0d15-0410-975c-d299462d15a1 --- src/engine/Action.hpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/engine/Action.hpp') diff --git a/src/engine/Action.hpp b/src/engine/Action.hpp index 1dc13fc..0201380 100644 --- a/src/engine/Action.hpp +++ b/src/engine/Action.hpp @@ -43,8 +43,7 @@ struct Action class PrintAction : public Action { public: - PrintAction(const std::string& msg) - : _msg(msg) {} + explicit PrintAction(const std::string& msg) : _msg(msg) {} void execute(MIDISink* sink, Raul::TimeStamp time) { std::cout << "t=" << time << ": " << _msg << std::endl; } -- cgit v1.2.1