mirror of
https://github.com/rakshasa/rtorrent.git
synced 2026-08-12 05:02:31 +00:00
Replaced Thread::next_timeout_usec().
This commit is contained in:
@@ -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().");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user