summaryrefslogtreecommitdiff
path: root/src/asset.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/asset.h')
-rw-r--r--src/asset.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/asset.h b/src/asset.h
index 34176d0d..dbe3deba 100644
--- a/src/asset.h
+++ b/src/asset.h
@@ -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;
}