Some more boost::filesystem::path.
[libdcp.git] / src / asset.h
index 34176d0dfa932661b10bd9967eb5de7429440011..dbe3deba6d34f13c9f8586fee77953e6b142d970 100644 (file)
@@ -87,11 +87,11 @@ public:
 
        boost::filesystem::path path () const;
 
-       void set_directory (std::string d) {
+       void set_directory (boost::filesystem::path d) {
                _directory = d;
        }
 
-       void set_file_name (std::string f) {
+       void set_file_name (boost::filesystem::path f) {
                _file_name = f;
        }