From f85b3ec31f128cce753ff2d18b646871d012ee67 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kjist=C3=B3f?= Date: Sun, 27 Nov 2016 14:09:31 +0100 Subject: [PATCH] added missing specialization for class Function --- Function.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Function.hpp b/Function.hpp index 9d5508f..f062472 100644 --- a/Function.hpp +++ b/Function.hpp @@ -3,7 +3,7 @@ class Function; template -class Function +class Function { private: class callable_base