summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-12-11 14:16:39 +0000
committerCarl Hetherington <cth@carlh.net>2015-12-11 14:16:39 +0000
commitcae6fe1be05b9b8174f586b561029c5a40fb1c31 (patch)
tree6f0c31b27c4698b505d1e7d48ce2be515d847faf /src/lib
parent656093831c91e760769c570125d2737ff69ba1c9 (diff)
Fix build on OS X.
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/cross.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/cross.cc b/src/lib/cross.cc
index 6398e3676..2e9d54d41 100644
--- a/src/lib/cross.cc
+++ b/src/lib/cross.cc
@@ -362,7 +362,7 @@ start_batch_converter (boost::filesystem::path dcpomatic)
#endif
#ifdef DCPOMATIC_OSX
- boost::filesystem::patch batch = dcpomatic.parent_path ();
+ boost::filesystem::path batch = dcpomatic.parent_path ();
batch = batch.parent_path (); // MacOS
batch = batch.parent_path (); // Contents
batch = batch.parent_path (); // DCP-o-matic.app