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/shared/ClashAvoider.hpp | 5 ++++- ingen/shared/Forge.hpp | 2 +- ingen/shared/World.hpp | 5 ++++- 3 files changed, 9 insertions(+), 3 deletions(-) (limited to 'ingen/shared') diff --git a/ingen/shared/ClashAvoider.hpp b/ingen/shared/ClashAvoider.hpp index 54d0d8cc..224eb509 100644 --- a/ingen/shared/ClashAvoider.hpp +++ b/ingen/shared/ClashAvoider.hpp @@ -23,7 +23,10 @@ #include "ingen/Interface.hpp" -namespace Raul { class Atom; class Path; } +namespace Raul { +class Atom; +class Path; +} namespace Ingen { namespace Shared { diff --git a/ingen/shared/Forge.hpp b/ingen/shared/Forge.hpp index 842477f0..084ca4fb 100644 --- a/ingen/shared/Forge.hpp +++ b/ingen/shared/Forge.hpp @@ -25,7 +25,7 @@ namespace Ingen { class Forge : public Raul::Forge { public: - Forge(Shared::LV2URIMap& map); + explicit Forge(Shared::LV2URIMap& map); std::string str(const Raul::Atom& atom); }; diff --git a/ingen/shared/World.hpp b/ingen/shared/World.hpp index 94a3e787..f43afaa0 100644 --- a/ingen/shared/World.hpp +++ b/ingen/shared/World.hpp @@ -37,7 +37,10 @@ namespace Ingen { class EngineBase; class Interface; -namespace Serialisation { class Serialiser; class Parser; } +namespace Serialisation { +class Serialiser; +class Parser; +} namespace Shared { -- cgit v1.2.1