diff options
Diffstat (limited to 'src/sound_asset.cc')
| -rw-r--r-- | src/sound_asset.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sound_asset.cc b/src/sound_asset.cc index b8ed6fb5..641dc09a 100644 --- a/src/sound_asset.cc +++ b/src/sound_asset.cc @@ -202,7 +202,7 @@ SoundAsset::start_write (boost::filesystem::path file) shared_ptr<SoundAssetReader> SoundAsset::start_read () const { - return shared_ptr<SoundAssetReader> (new SoundAssetReader (this, key ())); + return shared_ptr<SoundAssetReader> (new SoundAssetReader (this, key(), standard())); } string |
