Experimental use of /dev/rdisk rather than /dev/disk on macOS,
[dcpomatic.git] / src / lib / cross_windows.cc
index 8ccc790d6c287e4a1b6592fe00724671b87f6c64..96c69d78086a029e3b848394b8e7e21b0dd6cc1b 100644 (file)
@@ -596,6 +596,13 @@ Drive::unmount ()
 }
 
 
+string
+Drive::device_for_write () const
+{
+       return device ();
+}
+
+
 boost::filesystem::path
 config_path ()
 {