mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-18 11:33:30 +00:00
Fix misnamed template parameter.
This commit is contained in:
parent
be73a7cc62
commit
3e79bf173e
@ -59,7 +59,7 @@ struct dispatcher_implementation
|
||||
FUNCTION_QUEUE_CHECK(text_input)
|
||||
|
||||
else {
|
||||
static_assert(utils::dependent_false_v<E>, "No matching signal queue found for function");
|
||||
static_assert(utils::dependent_false_v<F>, "No matching signal queue found for function");
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user