diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-01-27 14:41:33 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-01-27 14:41:33 +0000 |
| commit | 8c2f3517e868078b551bb01d975f2956cb692fbf (patch) | |
| tree | 81bf98f00b9a267a73494c1939c6e9473559c85e /src/reel_sound_asset.cc | |
| parent | e5d368553b47a566a83d4edce0a8f166db9509e6 (diff) | |
Various tinkerings.
Diffstat (limited to 'src/reel_sound_asset.cc')
| -rw-r--r-- | src/reel_sound_asset.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/reel_sound_asset.cc b/src/reel_sound_asset.cc index 6ef473fe..b3bc049f 100644 --- a/src/reel_sound_asset.cc +++ b/src/reel_sound_asset.cc @@ -24,13 +24,13 @@ using std::string; using boost::shared_ptr; using namespace dcp; -ReelSoundAsset::ReelSoundAsset (shared_ptr<Content> content, int64_t entry_point) +ReelSoundAsset::ReelSoundAsset (boost::shared_ptr<Content> content, int64_t entry_point) : ReelAsset (content, entry_point) { } -ReelSoundAsset::ReelSoundAsset (shared_ptr<const cxml::Node> node) +ReelSoundAsset::ReelSoundAsset (boost::shared_ptr<const cxml::Node> node) : ReelAsset (node) { node->ignore_child ("Language"); |
