Remove unnecessary explicit qualifier.
authorCarl Hetherington <cth@carlh.net>
Tue, 28 Nov 2023 23:40:46 +0000 (00:40 +0100)
committerCarl Hetherington <cth@carlh.net>
Thu, 18 Apr 2024 10:11:43 +0000 (12:11 +0200)
src/asset_reader.h

index ac48c3f01fdf8f0fb562bb0c069b3eda8d329a71..3bf9b8b9f858616b3ecabf71c41c84992abb514c 100644 (file)
@@ -94,7 +94,7 @@ private:
        friend class SoundAsset;
        friend class StereoJ2KPictureAsset;
 
-       explicit AssetReader (Asset const * asset, boost::optional<Key> key, Standard standard)
+       AssetReader(Asset const * asset, boost::optional<Key> key, Standard standard)
                : _crypto_context (new DecryptionContext(key, standard))
        {
                Kumu::FileReaderFactory factory;