diff --git a/include/event.hpp b/include/event.hpp index 87b6be9..e1f9ebb 100644 --- a/include/event.hpp +++ b/include/event.hpp @@ -38,7 +38,7 @@ namespace datapath { // Not valid without the extra template. template - void operator()(_largs... args) + void operator()(_args... args) { for (auto& l : listeners) { l(args...);