diff options
| -rw-r--r-- | src/lib/cross.cc | 2 |
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 |
