summaryrefslogtreecommitdiff
path: root/src/lib/cross.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2019-10-21 17:25:16 +0200
committerCarl Hetherington <cth@carlh.net>2019-10-21 17:25:16 +0200
commitdfd42d2a546d14c32057a34002543877ea2f99cb (patch)
treeccaf3c3edd37c9022bd39f8e263b7f025d550011 /src/lib/cross.h
parent48b82de5b6e8e07330a2f72dbddd8d9830fe047e (diff)
parent74d4cd23df7460cf1d0e91fd7a37fa3333741887 (diff)
Merge branch 'v2.15.x' of ssh://localhost:2222/home/carl/git/dcpomatic into v2.15.x
Diffstat (limited to 'src/lib/cross.h')
-rw-r--r--src/lib/cross.h2
1 files changed, 1 insertions, 1 deletions
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<std::pair<std::string, std::string> > mount_info ();