mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-16 03:36:32 +01:00
move TempoMap::write_copy() into .cc file instead of .h
This commit is contained in:
parent
2ec93062d9
commit
216945a89c
2 changed files with 7 additions and 1 deletions
|
|
@ -3112,6 +3112,12 @@ TempoMap::init ()
|
|||
fetch ();
|
||||
}
|
||||
|
||||
TempoMap::SharedPtr
|
||||
TempoMap::write_copy()
|
||||
{
|
||||
return _map_mgr.write_copy();
|
||||
}
|
||||
|
||||
int
|
||||
TempoMap::update (TempoMap::SharedPtr m)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue