diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-10-21 00:59:59 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-10-21 00:59:59 +0200 |
| commit | f0a2a52ddd1118236d4ce5640339c24bae88aa12 (patch) | |
| tree | 7742a6f25739c0d9e2d7fa25413a481fe3e076c3 /src/lib/cross.h | |
| parent | 749c7b0098feb893c2a11012eb889fda0043666d (diff) | |
Rename dcpomatic_sleep -> dcpomatic_sleep_seconds.
Diffstat (limited to 'src/lib/cross.h')
| -rw-r--r-- | src/lib/cross.h | 2 |
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 (); |
