diff options
Diffstat (limited to 'test')
| -rw-r--r-- | test/online.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/online.cpp b/test/online.cpp index aa2b5500d..ff4e068be 100644 --- a/test/online.cpp +++ b/test/online.cpp @@ -436,7 +436,7 @@ class TestDownloadFile : public Task { begin = end; } - rand_shuffle(as_mutable_span(ranges_), rnd); + td::Random::shuffle(as_mutable_span(ranges_), rnd); start_chunk(); } |
