Experimental use of /dev/rdisk rather than /dev/disk on macOS,
[dcpomatic.git] / src / lib / cross_linux.cc
index 36683a0cd1cac9551a74935b32c4895b906ea99d..983dbb669ea55bb0ac9ca6c066b63122f7ca8cd8 100644 (file)
@@ -344,6 +344,13 @@ Drive::unmount ()
 }
 
 
+string
+Drive::device_for_write () const
+{
+       return device ();
+}
+
+
 void
 unprivileged ()
 {