summaryrefslogtreecommitdiff
path: root/libs/ardour/region.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2018-09-20 11:30:28 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2018-09-20 11:30:28 -0400
commit9cdbeaa07d916da8ee84e2172895b38965740604 (patch)
tree629481a13f63bde590f13ebbe27cb99961081f34 /libs/ardour/region.cc
parent5ffd2078da6eef5bbfc6ac2233973dd1cd99d44c (diff)
switch transport masters to use properties and notify via PropertyChanged
Diffstat (limited to 'libs/ardour/region.cc')
-rw-r--r--libs/ardour/region.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/ardour/region.cc b/libs/ardour/region.cc
index d4afb7d9c4..3abc6d4ff6 100644
--- a/libs/ardour/region.cc
+++ b/libs/ardour/region.cc
@@ -187,7 +187,7 @@ Region::register_properties ()
, _muted (Properties::muted, false) \
, _opaque (Properties::opaque, true) \
, _locked (Properties::locked, false) \
- , _video_locked (Properties::video_locked, false) \
+ , _video_locked (Properties::video_locked, false) \
, _automatic (Properties::automatic, false) \
, _whole_file (Properties::whole_file, false) \
, _import (Properties::import, false) \