summaryrefslogtreecommitdiff
path: root/libs/ardour/source.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libs/ardour/source.cc')
-rw-r--r--libs/ardour/source.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/libs/ardour/source.cc b/libs/ardour/source.cc
index 5ec9631e40..55ce9f8bef 100644
--- a/libs/ardour/source.cc
+++ b/libs/ardour/source.cc
@@ -52,6 +52,7 @@ Source::Source (Session& s, DataType type, const string& name, Flag flags)
, _type(type)
, _flags(flags)
, _timeline_position(0)
+ , _use_count (0)
{
_analysed = false;
_timestamp = 0;
@@ -63,6 +64,7 @@ Source::Source (Session& s, const XMLNode& node)
, _type(DataType::AUDIO)
, _flags (Flag (Writable|CanRename))
, _timeline_position(0)
+ , _use_count (0)
{
_timestamp = 0;
_analysed = false;