summaryrefslogtreecommitdiff
path: root/src/sound_asset.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-10-19 14:42:30 +0100
committerCarl Hetherington <cth@carlh.net>2013-10-19 14:42:30 +0100
commitef26e37fce728cba6fb50e9e6743a012b1bbbf64 (patch)
tree8615d063c3a7d8584795e69b2b073e1f50fffda4 /src/sound_asset.h
parentd86d3f66f88623bea44033db4855206dd3a5e830 (diff)
Some more boost::filesystem::path.
Diffstat (limited to 'src/sound_asset.h')
-rw-r--r--src/sound_asset.h2
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);