mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 08:36:32 +01:00
Fix typo: emit signal (don't construct an object)
This commit is contained in:
parent
1f0889a97a
commit
6dd6f6bb16
1 changed files with 1 additions and 1 deletions
|
|
@ -105,7 +105,7 @@ TransportMaster::set_name (std::string const & str)
|
|||
{
|
||||
if (_name != str) {
|
||||
_name = str;
|
||||
PropertyChange (Properties::name);
|
||||
PropertyChanged (Properties::name);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue