diff options
| -rw-r--r-- | src/lib/cross_osx.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/cross_osx.cc b/src/lib/cross_osx.cc index c2a15d572..574cc8660 100644 --- a/src/lib/cross_osx.cc +++ b/src/lib/cross_osx.cc @@ -221,7 +221,7 @@ start_batch_converter () void -start_player (boost::filesystem::path dcpomatic) +start_player () { start_tool ("dcpomatic2_player", "DCP-o-matic\\ 2\\ Player.app"); } |
