From 14e30ac0256161439dd2bd7a80c3eba40abebad2 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 30 Sep 2010 08:23:42 +0000 Subject: Declare single-argument constructors explicit (except where implicit conversion is actually desired). See http://google-styleguide.googlecode.com/svn/trunk/cppguide.xml#Explicit_Constructors git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@2619 a436a847-0d15-0410-975c-d299462d15a1 --- src/engine/LV2Info.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/engine/LV2Info.hpp') diff --git a/src/engine/LV2Info.hpp b/src/engine/LV2Info.hpp index a0e20988..386eb057 100644 --- a/src/engine/LV2Info.hpp +++ b/src/engine/LV2Info.hpp @@ -36,7 +36,7 @@ namespace Shared { class Node; } */ class LV2Info { public: - LV2Info(Ingen::Shared::World* world); + explicit LV2Info(Ingen::Shared::World* world); ~LV2Info(); SLV2Value input_class; -- cgit v1.2.1