diff --git a/libs/ardour/transport_master.cc b/libs/ardour/transport_master.cc index 4f7e69eaec..1bd1649500 100644 --- a/libs/ardour/transport_master.cc +++ b/libs/ardour/transport_master.cc @@ -105,7 +105,7 @@ TransportMaster::set_name (std::string const & str) { if (_name != str) { _name = str; - PropertyChange (Properties::name); + PropertyChanged (Properties::name); } }