event: Fix template

This commit is contained in:
Michael Fabian 'Xaymar' Dirks
2019-01-06 23:41:50 +01:00
parent 808af66bb0
commit c6de678c36
+1 -1
View File
@@ -38,7 +38,7 @@ namespace datapath {
// Not valid without the extra template.
template<typename... _largs>
void operator()(_largs... args)
void operator()(_args... args)
{
for (auto& l : listeners) {
l(args...);