diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/picture_asset.h | 2 |
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, |
