diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-10-19 14:42:30 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-10-19 14:42:30 +0100 |
| commit | ef26e37fce728cba6fb50e9e6743a012b1bbbf64 (patch) | |
| tree | 8615d063c3a7d8584795e69b2b073e1f50fffda4 /src/sound_asset.cc | |
| parent | d86d3f66f88623bea44033db4855206dd3a5e830 (diff) | |
Some more boost::filesystem::path.
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 8f666ee6..70ed0f29 100644 --- a/src/sound_asset.cc +++ b/src/sound_asset.cc @@ -42,7 +42,7 @@ using boost::shared_ptr; using boost::lexical_cast; using namespace libdcp; -SoundAsset::SoundAsset (boost::filesystem::path directory, string mxf_name) +SoundAsset::SoundAsset (boost::filesystem::path directory, boost::filesystem::path mxf_name) : MXFAsset (directory, mxf_name) , _channels (0) , _sampling_rate (0) |
