diff options
Diffstat (limited to 'src/sound_asset.h')
| -rw-r--r-- | src/sound_asset.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sound_asset.h b/src/sound_asset.h index 952ba968..eb357b37 100644 --- a/src/sound_asset.h +++ b/src/sound_asset.h @@ -41,7 +41,7 @@ class SoundAssetReader; class SoundAsset : public Asset, public MXF { public: - SoundAsset (boost::filesystem::path file); + explicit SoundAsset (boost::filesystem::path file); SoundAsset (Fraction edit_rate, int sampling_rate, int channels); boost::shared_ptr<SoundAssetWriter> start_write (boost::filesystem::path file, Standard standard); |
