summaryrefslogtreecommitdiff
path: root/src/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/asset.h
parentd86d3f66f88623bea44033db4855206dd3a5e830 (diff)
Some more boost::filesystem::path.
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;
}