From d86d3f66f88623bea44033db4855206dd3a5e830 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sat, 19 Oct 2013 11:38:36 +0100 Subject: Some more boost::filesystem::path. --- src/asset.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/asset.h') diff --git a/src/asset.h b/src/asset.h index ec1385e6..34176d0d 100644 --- a/src/asset.h +++ b/src/asset.h @@ -53,7 +53,7 @@ public: * @param directory Directory where our XML or MXF file is. * @param file_name Name of our file within directory, or empty to make one up based on UUID. */ - Asset (boost::filesystem::path directory, std::string file_name = ""); + Asset (boost::filesystem::path directory, boost::filesystem::path file_name = ""); virtual ~Asset() {} @@ -136,7 +136,7 @@ protected: /** Directory that our MXF or XML file is in */ boost::filesystem::path _directory; /** Name of our MXF or XML file */ - std::string _file_name; + boost::filesystem::path _file_name; /** Our UUID */ std::string _uuid; /** The edit rate; this is normally equal to the number of video frames per second */ -- cgit v1.2.3