Fix misnamed template parameter.
This commit is contained in:
parent
be73a7cc62
commit
3e79bf173e
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue