summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2023-11-09 00:52:11 +0100
committerCarl Hetherington <cth@carlh.net>2023-11-09 00:52:11 +0100
commita64f34bc9b65988e8f982e5e847cfd3cf534eb9e (patch)
treed83b86f3bdd01056f47025b637958afd3fb96d0d /src
parent8ca7ea422970b7a300399f274c68ac56e914bdcc (diff)
Cleanup: remove pointless explicit.
Diffstat (limited to 'src')
-rw-r--r--src/picture_asset.h2
1 files changed, 1 insertions, 1 deletions
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,