move TempoMap::write_copy() into .cc file instead of .h

This commit is contained in:
Paul Davis 2021-03-22 16:03:45 -06:00
parent 2ec93062d9
commit 216945a89c
2 changed files with 7 additions and 1 deletions

View file

@ -3112,6 +3112,12 @@ TempoMap::init ()
fetch ();
}
TempoMap::SharedPtr
TempoMap::write_copy()
{
return _map_mgr.write_copy();
}
int
TempoMap::update (TempoMap::SharedPtr m)
{