From 7f1c80e2d6c6ede8d70d5b5e01c6dfa10f9c63d7 Mon Sep 17 00:00:00 2001 From: q66 Date: Sun, 7 Jun 2015 18:31:27 +0100 Subject: [PATCH] oops --- octa/functional.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/octa/functional.h b/octa/functional.h index ce0aba8..6a7f2c6 100644 --- a/octa/functional.h +++ b/octa/functional.h @@ -756,7 +756,7 @@ namespace detail { template struct DcLambdaTypes { - typedef octa::Function Ptr; + typedef R (*Ptr)(A...); typedef octa::Function Obj; };