diff options
Diffstat (limited to 'src/libs/engine/events/DSSIProgramEvent.cpp')
-rw-r--r-- | src/libs/engine/events/DSSIProgramEvent.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libs/engine/events/DSSIProgramEvent.cpp b/src/libs/engine/events/DSSIProgramEvent.cpp index a9f82b33..a3ee39d1 100644 --- a/src/libs/engine/events/DSSIProgramEvent.cpp +++ b/src/libs/engine/events/DSSIProgramEvent.cpp @@ -25,7 +25,7 @@ using std::cout; using std::cerr; using std::endl; -namespace Om { +namespace Ingen { DSSIProgramEvent::DSSIProgramEvent(CountedPtr<Responder> responder, SampleCount timestamp, const string& node_path, int bank, int program) @@ -72,5 +72,5 @@ DSSIProgramEvent::post_process() } -} // namespace Om +} // namespace Ingen |