summaryrefslogtreecommitdiffstats
path: root/src/engine/NodeFactory.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2010-09-30 08:23:42 +0000
committerDavid Robillard <d@drobilla.net>2010-09-30 08:23:42 +0000
commit14e30ac0256161439dd2bd7a80c3eba40abebad2 (patch)
treeddcaa76e8309addb90107c84da8fe6908a0ede8e /src/engine/NodeFactory.hpp
parent6a0bf109a7136eba01504842930ac070d1f55ee8 (diff)
downloadingen-14e30ac0256161439dd2bd7a80c3eba40abebad2.tar.gz
ingen-14e30ac0256161439dd2bd7a80c3eba40abebad2.tar.bz2
ingen-14e30ac0256161439dd2bd7a80c3eba40abebad2.zip
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
Diffstat (limited to 'src/engine/NodeFactory.hpp')
-rw-r--r--src/engine/NodeFactory.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine/NodeFactory.hpp b/src/engine/NodeFactory.hpp
index 45505248..88a4b099 100644
--- a/src/engine/NodeFactory.hpp
+++ b/src/engine/NodeFactory.hpp
@@ -51,7 +51,7 @@ class LV2Info;
class NodeFactory
{
public:
- NodeFactory(Ingen::Shared::World* world);
+ explicit NodeFactory(Ingen::Shared::World* world);
~NodeFactory();
void load_plugins();