From c1775fa65273b5f5590a0319563159b13e901fbb Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 9 Jan 2011 20:59:40 +0000 Subject: Code cleanups (cpplint). git-svn-id: http://svn.drobilla.net/lad/trunk/patchage@2804 a436a847-0d15-0410-975c-d299462d15a1 --- src/PatchageEvent.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/PatchageEvent.hpp') diff --git a/src/PatchageEvent.hpp b/src/PatchageEvent.hpp index 09f5803..3a4135d 100644 --- a/src/PatchageEvent.hpp +++ b/src/PatchageEvent.hpp @@ -49,7 +49,7 @@ public: DISCONNECTION }; - PatchageEvent(Type type=NULL_EVENT) + explicit PatchageEvent(Type type=NULL_EVENT) : _str(NULL) , _type(type) {} -- cgit v1.2.1