From 394b01da8e26dbe1b6a0520944d954ca0b16b1b5 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 23 Sep 2018 17:31:12 +0200 Subject: Use lowercase namespace names --- ingen/client/PluginModel.hpp | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'ingen/client/PluginModel.hpp') diff --git a/ingen/client/PluginModel.hpp b/ingen/client/PluginModel.hpp index 61de0f1a..381d289b 100644 --- a/ingen/client/PluginModel.hpp +++ b/ingen/client/PluginModel.hpp @@ -32,11 +32,11 @@ #include "raul/Symbol.hpp" #include "sord/sordmm.hpp" -namespace Ingen { +namespace ingen { class URIs; -namespace Client { +namespace client { class GraphModel; class BlockModel; @@ -46,13 +46,13 @@ class PluginUI; * * @ingroup IngenClient */ -class INGEN_API PluginModel : public Ingen::Resource +class INGEN_API PluginModel : public ingen::Resource { public: PluginModel(URIs& uris, const URI& uri, const Atom& type, - const Ingen::Properties& properties); + const ingen::Properties& properties); const Atom& type() const { return _type; } @@ -83,7 +83,7 @@ public: bool has_ui() const; - SPtr ui(Ingen::World* world, + SPtr ui(ingen::World* world, SPtr block) const; std::string documentation(bool html) const; @@ -122,7 +122,7 @@ private: bool _fetched; }; -} // namespace Client -} // namespace Ingen +} // namespace client +} // namespace ingen #endif // INGEN_CLIENT_PLUGINMODEL_HPP -- cgit v1.2.1