From 466f306c1154b7aeccff301b8597872b82e3c806 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 19 Jul 2006 08:59:30 +0000 Subject: Changed namespace names, removed almost all references to "Om" git-svn-id: http://svn.drobilla.net/lad/ingen@97 a436a847-0d15-0410-975c-d299462d15a1 --- src/libs/engine/Plugin.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/libs/engine/Plugin.h') diff --git a/src/libs/engine/Plugin.h b/src/libs/engine/Plugin.h index c5046971..295e1bbf 100644 --- a/src/libs/engine/Plugin.h +++ b/src/libs/engine/Plugin.h @@ -30,7 +30,7 @@ using std::string; using std::cerr; using std::endl; -namespace Om { +namespace Ingen { class PluginLibrary; @@ -52,7 +52,7 @@ public: {} // FIXME: remove - Plugin() : m_type(Internal), m_lib_path("/Om"), + Plugin() : m_type(Internal), m_lib_path("/Ingen"), m_id(0), m_library(NULL) { #ifdef HAVE_SLV2 @@ -135,7 +135,7 @@ private: }; -} // namespace Om +} // namespace Ingen #endif // PLUGIN_H -- cgit v1.2.1