diff options
Diffstat (limited to 'src/sound_asset.h')
| -rw-r--r-- | src/sound_asset.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sound_asset.h b/src/sound_asset.h index 67d3e445..43587a9a 100644 --- a/src/sound_asset.h +++ b/src/sound_asset.h @@ -68,7 +68,7 @@ private: class SoundAsset : public MXFAsset { public: - SoundAsset (boost::filesystem::path directory, std::string mxf_name); + SoundAsset (boost::filesystem::path directory, boost::filesystem::path mxf_name); void read (); void create (std::vector<boost::filesystem::path> const & files); |
