From c6de678c36e18f24d1ab510b59fdbb4d24ca1171 Mon Sep 17 00:00:00 2001 From: Michael Fabian 'Xaymar' Dirks Date: Sun, 6 Jan 2019 23:41:50 +0100 Subject: [PATCH] event: Fix template --- include/event.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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...);