diff options
Diffstat (limited to 'src/libs/engine/Plugin.h')
-rw-r--r-- | src/libs/engine/Plugin.h | 6 |
1 files changed, 3 insertions, 3 deletions
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 |