Some more boost::filesystem::path.
[libdcp.git] / src / sound_asset.cc
index 8f666ee60a1cb46ba8142726f59fa22d283b169c..70ed0f29cfb279e0a6daff9dc0326affdeac8728 100644 (file)
@@ -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)