diff options
Diffstat (limited to 'src/libs/engine/OutputPort.h')
-rw-r--r-- | src/libs/engine/OutputPort.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libs/engine/OutputPort.h b/src/libs/engine/OutputPort.h index f1e08a31..bd3ae999 100644 --- a/src/libs/engine/OutputPort.h +++ b/src/libs/engine/OutputPort.h @@ -22,7 +22,7 @@ #include "TypedPort.h" #include "types.h" -namespace Om { +namespace Ingen { template <typename T> class InputPort; @@ -62,6 +62,6 @@ private: template class OutputPort<Sample>; -} // namespace Om +} // namespace Ingen #endif // OUTPUTPORT_H |