summaryrefslogtreecommitdiffstats
path: root/src/engine/OutputPort.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/OutputPort.hpp')
-rw-r--r--src/engine/OutputPort.hpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/engine/OutputPort.hpp b/src/engine/OutputPort.hpp
index 8d441b5c..cd5e201a 100644
--- a/src/engine/OutputPort.hpp
+++ b/src/engine/OutputPort.hpp
@@ -21,7 +21,6 @@
#include <string>
#include <cstdlib>
#include "PortImpl.hpp"
-#include "types.hpp"
namespace Ingen {
@@ -45,7 +44,7 @@ public:
uint32_t index,
uint32_t poly,
DataType type,
- const Atom& value,
+ const Raul::Atom& value,
size_t buffer_size);
void pre_process(ProcessContext& context);