summaryrefslogtreecommitdiff
path: root/src/lib/cross.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2019-10-21 00:59:59 +0200
committerCarl Hetherington <cth@carlh.net>2019-10-21 00:59:59 +0200
commitf0a2a52ddd1118236d4ce5640339c24bae88aa12 (patch)
tree7742a6f25739c0d9e2d7fa25413a481fe3e076c3 /src/lib/cross.cc
parent749c7b0098feb893c2a11012eb889fda0043666d (diff)
Rename dcpomatic_sleep -> dcpomatic_sleep_seconds.
Diffstat (limited to 'src/lib/cross.cc')
-rw-r--r--src/lib/cross.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/cross.cc b/src/lib/cross.cc
index a7fb298cb..1b83bad7c 100644
--- a/src/lib/cross.cc
+++ b/src/lib/cross.cc
@@ -65,7 +65,7 @@ using boost::shared_ptr;
/** @param s Number of seconds to sleep for */
void
-dcpomatic_sleep (int s)
+dcpomatic_sleep_seconds (int s)
{
#ifdef DCPOMATIC_POSIX
sleep (s);