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/tools/dcpomatic.cc | |
| parent | 749c7b0098feb893c2a11012eb889fda0043666d (diff) | |
Rename dcpomatic_sleep -> dcpomatic_sleep_seconds.
Diffstat (limited to 'src/tools/dcpomatic.cc')
| -rw-r--r-- | src/tools/dcpomatic.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/dcpomatic.cc b/src/tools/dcpomatic.cc index d207953ce..e4d2f5c82 100644 --- a/src/tools/dcpomatic.cc +++ b/src/tools/dcpomatic.cc @@ -811,7 +811,7 @@ private: start (wx_to_std (wxStandardPaths::Get().GetExecutablePath())); } - dcpomatic_sleep (1); + dcpomatic_sleep_seconds (1); } return true; |
