diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-04-09 20:53:22 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-04-13 00:27:39 +0200 |
| commit | 747e81de1927c71b39dc916be05bb9296ca6b882 (patch) | |
| tree | 4068bac39995c02aa43917f39fb3dff664f71efd /src/lib/cross.h | |
| parent | 6d27b49a7a767a9c8b31dc0f799da940ddb7232f (diff) | |
Support unmounting on macOS and Windows.v2.15.51
Diffstat (limited to 'src/lib/cross.h')
| -rw-r--r-- | src/lib/cross.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lib/cross.h b/src/lib/cross.h index ece36fe25..114581269 100644 --- a/src/lib/cross.h +++ b/src/lib/cross.h @@ -31,6 +31,7 @@ #include <boost/filesystem.hpp> #include <boost/thread/mutex.hpp> #include <boost/optional.hpp> +#include <boost/function.hpp> #ifdef DCPOMATIC_WINDOWS #define WEXITSTATUS(w) (w) @@ -138,4 +139,6 @@ private: boost::optional<std::string> _model; }; +void disk_write_finished (); + #endif |
