diff options
Diffstat (limited to 'src/libs/engine/events/LoadPluginsEvent.h')
-rw-r--r-- | src/libs/engine/events/LoadPluginsEvent.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libs/engine/events/LoadPluginsEvent.h b/src/libs/engine/events/LoadPluginsEvent.h index 9600bdbc..0e40ca7e 100644 --- a/src/libs/engine/events/LoadPluginsEvent.h +++ b/src/libs/engine/events/LoadPluginsEvent.h @@ -19,7 +19,7 @@ #include "QueuedEvent.h" -namespace Om { +namespace Ingen { /** Loads all plugins into the internal plugin database (in NodeFactory). @@ -35,6 +35,6 @@ public: }; -} // namespace Om +} // namespace Ingen #endif // LOADPLUGINSEVENT_H |