mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 15:25:01 +01:00
use shared_ptr<> for all region handling
git-svn-id: svn://localhost/ardour2/trunk@852 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
7e95f29ce9
commit
ce234f363e
114 changed files with 1609 additions and 1573 deletions
|
|
@ -836,7 +836,7 @@ LocationUI::set_session(ARDOUR::Session* sess)
|
|||
session->locations()->StateChanged.connect (mem_fun(*this, &LocationUI::refresh_location_list_s));
|
||||
session->locations()->added.connect (mem_fun(*this, &LocationUI::location_added));
|
||||
session->locations()->removed.connect (mem_fun(*this, &LocationUI::location_removed));
|
||||
session->going_away.connect (mem_fun(*this, &LocationUI::session_gone));
|
||||
session->GoingAway.connect (mem_fun(*this, &LocationUI::session_gone));
|
||||
}
|
||||
refresh_location_list ();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue