diff options
Diffstat (limited to 'src/reel_sound_asset.cc')
| -rw-r--r-- | src/reel_sound_asset.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/reel_sound_asset.cc b/src/reel_sound_asset.cc index 55167d82..d1700999 100644 --- a/src/reel_sound_asset.cc +++ b/src/reel_sound_asset.cc @@ -34,7 +34,7 @@ ReelSoundAsset::ReelSoundAsset (shared_ptr<SoundMXF> content, int64_t entry_poin } -ReelSoundAsset::ReelSoundAsset (shared_ptr<const cxml::Node> node) +ReelSoundAsset::ReelSoundAsset (cxml::ConstNodePtr node) : ReelMXFAsset (node) { node->ignore_child ("Language"); |
