diff options
Diffstat (limited to 'src/libs/engine/InputPort.cpp')
-rw-r--r-- | src/libs/engine/InputPort.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libs/engine/InputPort.cpp b/src/libs/engine/InputPort.cpp index fefc39f7..29270bd1 100644 --- a/src/libs/engine/InputPort.cpp +++ b/src/libs/engine/InputPort.cpp @@ -26,7 +26,7 @@ using std::cerr; using std::cout; using std::endl; -namespace Om { +namespace Ingen { template <typename T> @@ -349,5 +349,5 @@ InputPort<MidiMessage>::process(SampleCount nframes) } -} // namespace Om +} // namespace Ingen |