summaryrefslogtreecommitdiffstats
path: root/src/engine/events/CreatePort.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/events/CreatePort.hpp')
-rw-r--r--src/engine/events/CreatePort.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/engine/events/CreatePort.hpp b/src/engine/events/CreatePort.hpp
index a0b3d2a5..af58fcfe 100644
--- a/src/engine/events/CreatePort.hpp
+++ b/src/engine/events/CreatePort.hpp
@@ -21,7 +21,7 @@
#include "QueuedEvent.hpp"
#include "raul/Path.hpp"
#include "raul/Array.hpp"
-#include "interface/DataType.hpp"
+#include "interface/PortType.hpp"
#include "interface/Resource.hpp"
namespace Ingen {
@@ -66,7 +66,7 @@ private:
Raul::Path _path;
Raul::URI _type;
bool _is_output;
- Shared::DataType _data_type;
+ Shared::PortType _data_type;
PatchImpl* _patch;
PortImpl* _patch_port;
Raul::Array<PortImpl*>* _ports_array; ///< New (external) ports array for Patch