From a64f34bc9b65988e8f982e5e847cfd3cf534eb9e Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 9 Nov 2023 00:52:11 +0100 Subject: Cleanup: remove pointless explicit. --- src/picture_asset.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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, -- cgit v1.2.3