diff options
Diffstat (limited to 'src/mxf_asset.h')
| -rw-r--r-- | src/mxf_asset.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mxf_asset.h b/src/mxf_asset.h index b7144281..dda69a9a 100644 --- a/src/mxf_asset.h +++ b/src/mxf_asset.h @@ -45,7 +45,7 @@ public: * @param directory Directory where MXF file is. * @param file_name Name of MXF file. */ - MXFAsset (boost::filesystem::path directory, std::string file_name); + MXFAsset (boost::filesystem::path directory, boost::filesystem::path file_name); ~MXFAsset (); |
