diff options
Diffstat (limited to 'src/sound_asset_reader.h')
| -rw-r--r-- | src/sound_asset_reader.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sound_asset_reader.h b/src/sound_asset_reader.h index a9a05eb3..706f7a9e 100644 --- a/src/sound_asset_reader.h +++ b/src/sound_asset_reader.h @@ -40,7 +40,7 @@ public: private: friend class SoundAsset; - SoundAssetReader (SoundAsset const * asset); + explicit SoundAssetReader (SoundAsset const * asset); ASDCP::PCM::MXFReader* _reader; }; |
