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

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
{