Cleanup: remove pointless explicit.
authorCarl Hetherington <cth@carlh.net>
Tue, 7 Nov 2023 00:59:43 +0000 (01:59 +0100)
committerCarl Hetherington <cth@carlh.net>
Wed, 8 Nov 2023 22:07:02 +0000 (23:07 +0100)
src/mono_picture_asset.h

index b318d0ad9b89519b7361a1b265037a4c0cd19046..9658dcf644bd8d70b6b144edb043559c7e82f8d3 100644 (file)
@@ -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.