Experimental use of /dev/rdisk rather than /dev/disk on macOS,
[dcpomatic.git] / src / lib / cross.h
index 1145812696ddbda442bae1ef16315f6001dc53c0..d8296e21735923088c90a91e3b47c3b8db5d3ebd 100644 (file)
@@ -117,6 +117,8 @@ public:
                return _device;
        }
 
+       std::string device_for_write () const;
+
        bool mounted () const {
                return !_mount_points.empty();
        }