From 3f6829abef9cc03bc344c4cad1bc7abe9490d1fd Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 28 Apr 2012 01:44:21 +0000 Subject: Lint. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4289 a436a847-0d15-0410-975c-d299462d15a1 --- ingen/serialisation/Serialiser.hpp | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'ingen/serialisation/Serialiser.hpp') diff --git a/ingen/serialisation/Serialiser.hpp b/ingen/serialisation/Serialiser.hpp index 6a4a2705..cfc11c02 100644 --- a/ingen/serialisation/Serialiser.hpp +++ b/ingen/serialisation/Serialiser.hpp @@ -36,7 +36,10 @@ class Node; class Port; class Connection; -namespace Shared { class World; class Store; } +namespace Shared { +class World; +class Store; +} namespace Serialisation { @@ -47,7 +50,7 @@ namespace Serialisation { class Serialiser { public: - Serialiser(Shared::World& world); + explicit Serialiser(Shared::World& world); virtual ~Serialiser(); typedef GraphObject::Properties Properties; -- cgit v1.2.1