abstract concept of a history owner from ARDOUR::Session into libpbd

This commit is contained in:
Paul Davis 2024-06-27 21:39:28 -06:00
parent f80395fc2f
commit d30c8a1286
3 changed files with 286 additions and 0 deletions

View file

@ -43,6 +43,7 @@ libpbd_sources = [
'file_utils.cc',
'fpu.cc',
'glib_event_source.cc',
'history_owner.cc',
'id.cc',
'inflater.cc',
'locale_guard.cc',