summaryrefslogtreecommitdiffstats
path: root/src/engine/PluginImpl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/PluginImpl.cpp')
-rw-r--r--src/engine/PluginImpl.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/engine/PluginImpl.cpp b/src/engine/PluginImpl.cpp
index c7b0c718..e121bd62 100644
--- a/src/engine/PluginImpl.cpp
+++ b/src/engine/PluginImpl.cpp
@@ -22,6 +22,7 @@ using namespace std;
using namespace Raul;
namespace Ingen {
+namespace Engine {
void
PluginImpl::load()
@@ -44,5 +45,6 @@ PluginImpl::unload()
}
}
+} // namespace Engine
} // namespace Ingen