diff options
| author | Carl Hetherington <cth@carlh.net> | 2023-11-07 01:59:43 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2023-11-08 23:07:02 +0100 |
| commit | c6e6c6aec0aeec22259d525fdf686ac26c115214 (patch) | |
| tree | e7215ca7b2a23e02e4712c182f5dc6e282a98816 | |
| parent | 687e46f8770ee946ce149e2b893f3626052b6881 (diff) | |
Cleanup: remove pointless explicit.
| -rw-r--r-- | src/mono_picture_asset.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mono_picture_asset.h b/src/mono_picture_asset.h index b318d0ad..9658dcf6 100644 --- a/src/mono_picture_asset.h +++ b/src/mono_picture_asset.h @@ -66,7 +66,7 @@ public: * @param edit_rate Edit rate (i.e. frame rate) in frames per second. * @param standard DCP standard (INTEROP or SMPTE). */ - explicit MonoPictureAsset (Fraction edit_rate, Standard standard); + MonoPictureAsset(Fraction edit_rate, Standard standard); /** Start a progressive write to a MonoPictureAsset. * @path file File to write to. |
