Replaced Thread::next_timeout_usec().

This commit is contained in:
Jari Sundell
2025-04-15 19:39:40 +02:00
committed by GitHub
parent 25f729fab5
commit dd221ac66a
11 changed files with 19 additions and 200 deletions
+1 -1
View File
@@ -70,7 +70,7 @@ ElementDownloadList::ElementDownloadList() :
}
void
ElementDownloadList::activate(display::Frame* frame, bool focus) {
ElementDownloadList::activate(display::Frame* frame, [[maybe_unused]] bool focus) {
if (is_active())
throw torrent::internal_error("ui::ElementDownloadList::activate(...) is_active().");