summaryrefslogtreecommitdiffstats
path: root/src/engine/events/LoadPlugins.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/events/LoadPlugins.hpp')
-rw-r--r--src/engine/events/LoadPlugins.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/engine/events/LoadPlugins.hpp b/src/engine/events/LoadPlugins.hpp
index c7ebc2d7..47646e92 100644
--- a/src/engine/events/LoadPlugins.hpp
+++ b/src/engine/events/LoadPlugins.hpp
@@ -21,6 +21,7 @@
#include "QueuedEvent.hpp"
namespace Ingen {
+namespace Engine {
namespace Events {
/** Loads all plugins into the internal plugin database (in NodeFactory).
@@ -38,6 +39,7 @@ public:
void post_process();
};
+} // namespace Engine
} // namespace Ingen
} // namespace Events