fixup! fix: bugprone-move-forwarding-reference warnings in gtk

This commit is contained in:
Charles Kerr 2024-02-13 14:35:12 -06:00
parent f7d9e2af8f
commit d744b9508d
No known key found for this signature in database
GPG Key ID: 86CE40F971A50453
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@
#include <memory>
static auto constexpr TR_RESPONSE_RESET = int{ 1 };
static auto constexpr TR_RESPONSE_RESET = 1;
class StatsDialog::Impl
{