diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-11-01 16:43:41 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-01-11 09:24:55 +0100 |
| commit | 81083e235419587b9dd79278cd987121fe87f324 (patch) | |
| tree | b451aa98635c2af22dcd510ff01ca03b2961d978 /src/lib/kdm_with_metadata.h | |
| parent | cefd7dc8080fc8295359e50076fdd03b922bb314 (diff) | |
Rename email() -> send_emails().
Diffstat (limited to 'src/lib/kdm_with_metadata.h')
| -rw-r--r-- | src/lib/kdm_with_metadata.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/kdm_with_metadata.h b/src/lib/kdm_with_metadata.h index 3e0b7e554..6c961768a 100644 --- a/src/lib/kdm_with_metadata.h +++ b/src/lib/kdm_with_metadata.h @@ -103,7 +103,7 @@ int write_zip_files ( ); -void email ( +void send_emails ( std::list<std::list<KDMWithMetadataPtr>> kdms, dcp::NameFormat container_name_format, dcp::NameFormat filename_format, |
