diff options
Diffstat (limited to 'src/engine/events/LoadPlugins.hpp')
-rw-r--r-- | src/engine/events/LoadPlugins.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/engine/events/LoadPlugins.hpp b/src/engine/events/LoadPlugins.hpp index cf134aea..646acb45 100644 --- a/src/engine/events/LoadPlugins.hpp +++ b/src/engine/events/LoadPlugins.hpp @@ -21,6 +21,7 @@ #include "QueuedEvent.hpp" namespace Ingen { +namespace Events { /** Loads all plugins into the internal plugin database (in NodeFactory). @@ -41,5 +42,6 @@ public: } // namespace Ingen +} // namespace Events #endif // LOADPLUGINSEVENT_H |