summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2012-08-09 13:03:38 +0100
committerCarl Hetherington <cth@carlh.net>2012-08-09 13:03:38 +0100
commit4a6bdf415ce7e5d8b9e3b32c0c6154fec5f48e69 (patch)
treefe69169f43742ea200657fa58ccdec2ece2547d3 /src/lib
parent3b57afaf64465b443bb12f3668d113ac0ec4f93e (diff)
Fix build.
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/film.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/film.cc b/src/lib/film.cc
index 29008c38f..65a75b845 100644
--- a/src/lib/film.cc
+++ b/src/lib/film.cc
@@ -168,7 +168,7 @@ Film::set_content (string c)
string check = _state.directory;
filesystem::path slash ("/");
- string platform_slash = slash.make_preferred().native ();
+ string platform_slash = slash.make_preferred().string ();
if (!ends_with (check, platform_slash)) {
check += platform_slash;