From 66e1c2ab34fda050f4391cc680171cd117a2e287 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kjist=C3=B3f?= Date: Sun, 27 Nov 2016 14:08:55 +0100 Subject: [PATCH] fixed typo in class name --- Function.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Function.hpp b/Function.hpp index 46f9183..9d5508f 100644 --- a/Function.hpp +++ b/Function.hpp @@ -3,7 +3,7 @@ class Function; template -class function +class Function { private: class callable_base