X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=src%2Flib%2Fcross.h;h=4067631bcf134a2200ae04b961ae4d609b7e1cba;hp=2e8b8e429bcc64670cd02741ea63fec882b44eec;hb=f0a2a52ddd1118236d4ce5640339c24bae88aa12;hpb=749c7b0098feb893c2a11012eb889fda0043666d 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 ();