C++11 tidying.
[dcpomatic.git] / src / lib / cross_osx.cc
index fc8ccd4a872dbe2566324d877d053e5beaa80637..58ec8e3c46cd6cb6d4b2a228de5086eab0469b2c 100644 (file)
@@ -65,7 +65,7 @@ using std::runtime_error;
 using std::map;
 using std::shared_ptr;
 using boost::optional;
-using boost::function;
+using std::function;
 
 /** @param s Number of seconds to sleep for */
 void
@@ -607,3 +607,10 @@ dcpomatic::get_process_id ()
 {
        return dcp::raw_convert<string>(getpid());
 }
+
+
+boost::filesystem::path
+fix_long_path (boost::filesystem::path path)
+{
+       return path;
+}