summaryrefslogtreecommitdiff
path: root/libs/ardour/internal_port.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libs/ardour/internal_port.cc')
-rw-r--r--libs/ardour/internal_port.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/libs/ardour/internal_port.cc b/libs/ardour/internal_port.cc
index 620fd69caa..cec11742e0 100644
--- a/libs/ardour/internal_port.cc
+++ b/libs/ardour/internal_port.cc
@@ -35,10 +35,9 @@ InternalPort::set_engine (AudioEngine* e)
}
InternalPort::InternalPort (const string& str, DataType type, Flags flags)
- : Port (flags)
+ : Port (type, flags)
{
set_name (str);
- _type = type;
}
InternalPort::~InternalPort ()