summaryrefslogtreecommitdiff
path: root/libs/ardour/port.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libs/ardour/port.cc')
-rw-r--r--libs/ardour/port.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/libs/ardour/port.cc b/libs/ardour/port.cc
index f65ce9906b..1a31124c73 100644
--- a/libs/ardour/port.cc
+++ b/libs/ardour/port.cc
@@ -22,8 +22,9 @@
using namespace ARDOUR;
using namespace std;
-Port::Port (Flags flags)
+Port::Port (DataType type, Flags flags)
: _flags (flags)
+ , _type (type)
, _metering (0)
, _last_monitor (false)
{