mirror of
https://github.com/transmission/transmission.git
synced 2025-12-20 02:18:42 +00:00
fixup! fix: bugprone-move-forwarding-reference warnings in gtk
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
|
||||
#include <memory>
|
||||
|
||||
static auto constexpr TR_RESPONSE_RESET = int{ 1 };
|
||||
static auto constexpr TR_RESPONSE_RESET = 1;
|
||||
|
||||
class StatsDialog::Impl
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user