diff options
Diffstat (limited to 'src/pkl.cc')
| -rw-r--r-- | src/pkl.cc | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -159,3 +159,10 @@ PKL::type (string id) const return {}; } + + +void +PKL::clear_assets() +{ + _asset_list.clear(); +} |
![]() |
index : libdcp | |
| DCP handling library | cth@carlh.net |
| summaryrefslogtreecommitdiff |
| -rw-r--r-- | src/pkl.cc | 7 |
@@ -159,3 +159,10 @@ PKL::type (string id) const return {}; } + + +void +PKL::clear_assets() +{ + _asset_list.clear(); +} |