summaryrefslogtreecommitdiffstats
path: root/src/libs/engine/InputPort.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/engine/InputPort.h')
-rw-r--r--src/libs/engine/InputPort.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libs/engine/InputPort.h b/src/libs/engine/InputPort.h
index e6ac55cb..39632cee 100644
--- a/src/libs/engine/InputPort.h
+++ b/src/libs/engine/InputPort.h
@@ -25,7 +25,7 @@
#include "MidiMessage.h"
using std::string;
-namespace Om {
+namespace Ingen {
template <typename T> class TypedConnection;
template <typename T> class OutputPort;
@@ -84,6 +84,6 @@ private:
template class InputPort<Sample>;
template class InputPort<MidiMessage>;
-} // namespace Om
+} // namespace Ingen
#endif // INPUTPORT_H