diff options
Diffstat (limited to 'src/libs/engine/events/DSSIControlEvent.h')
-rw-r--r-- | src/libs/engine/events/DSSIControlEvent.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libs/engine/events/DSSIControlEvent.h b/src/libs/engine/events/DSSIControlEvent.h index 52df88a8..e7c8605d 100644 --- a/src/libs/engine/events/DSSIControlEvent.h +++ b/src/libs/engine/events/DSSIControlEvent.h @@ -20,7 +20,7 @@ #include "QueuedEvent.h" #include "DSSINode.h" -namespace Om { +namespace Ingen { /** A control change event for a DSSI plugin. @@ -46,6 +46,6 @@ private: }; -} // namespace Om +} // namespace Ingen #endif // DSSICONTROLEVENT_H |