From 3e79bf173e73805966aa834073ccb05d162a601e Mon Sep 17 00:00:00 2001 From: Pentarctagon Date: Fri, 8 Apr 2022 09:32:08 -0500 Subject: [PATCH] Fix misnamed template parameter. --- src/gui/core/event/dispatcher_private.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/core/event/dispatcher_private.hpp b/src/gui/core/event/dispatcher_private.hpp index 21068617fea..627084411ae 100644 --- a/src/gui/core/event/dispatcher_private.hpp +++ b/src/gui/core/event/dispatcher_private.hpp @@ -59,7 +59,7 @@ struct dispatcher_implementation FUNCTION_QUEUE_CHECK(text_input) else { - static_assert(utils::dependent_false_v, "No matching signal queue found for function"); + static_assert(utils::dependent_false_v, "No matching signal queue found for function"); } }