X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fcross.h;h=4067631bcf134a2200ae04b961ae4d609b7e1cba;hb=f0a2a52ddd1118236d4ce5640339c24bae88aa12;hp=2e8b8e429bcc64670cd02741ea63fec882b44eec;hpb=951d70db4f81b5ddd4093f11853637c8ecbe63c5;p=dcpomatic.git diff --git a/src/lib/cross.h b/src/lib/cross.h index 2e8b8e429..4067631bc 100644 --- a/src/lib/cross.h +++ b/src/lib/cross.h @@ -37,7 +37,7 @@ class Log; struct AVIOContext; -void dcpomatic_sleep (int); +void dcpomatic_sleep_seconds (int); extern std::string cpu_info (); extern void run_ffprobe (boost::filesystem::path, boost::filesystem::path); extern std::list > mount_info ();