From: Carl Hetherington Date: Wed, 8 Nov 2023 23:52:11 +0000 (+0100) Subject: Cleanup: remove pointless explicit. X-Git-Tag: v1.8.88~7 X-Git-Url: https://git.carlh.net/gitweb/?p=libdcp.git;a=commitdiff_plain;h=a64f34bc9b65988e8f982e5e847cfd3cf534eb9e Cleanup: remove pointless explicit. --- diff --git a/src/picture_asset.h b/src/picture_asset.h index d9f30ece..9ad1eb22 100644 --- a/src/picture_asset.h +++ b/src/picture_asset.h @@ -71,7 +71,7 @@ public: explicit PictureAsset (boost::filesystem::path file); /** Create a new PictureAsset with a given edit rate and standard */ - explicit PictureAsset (Fraction edit_rate, Standard standard); + PictureAsset(Fraction edit_rate, Standard standard); enum class Behaviour { OVERWRITE_EXISTING,