Move Ardour::Progress to PBD::Progress
This will allow PBD::Filearchive to properly report progress. It is also a generally useful API and deserves to be in libpbd. Temporarily keep Ardour::Progress as alias
This commit is contained in:
@@ -66,6 +66,7 @@ libpbd_sources = [
|
||||
'pbd.cc',
|
||||
'pcg_rand.cc',
|
||||
'pool.cc',
|
||||
'progress.cc',
|
||||
'property_list.cc',
|
||||
'pthread_utils.cc',
|
||||
'reallocpool.cc',
|
||||
|
||||
Reference in New Issue
Block a user