Fix build on OS X.
authorCarl Hetherington <cth@carlh.net>
Fri, 11 Dec 2015 14:16:39 +0000 (14:16 +0000)
committerCarl Hetherington <cth@carlh.net>
Fri, 11 Dec 2015 14:16:39 +0000 (14:16 +0000)
src/lib/cross.cc

index 6398e36764be282f60b355fa06613f79c810f7bc..2e9d54d41aea7b70697b4247b9b3d2dfd6fb3d88 100644 (file)
@@ -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