From aab20bdd87ad41dea0f82f21fa5129c3b62de03f Mon Sep 17 00:00:00 2001 From: syntheticpp Date: Tue, 22 May 2007 19:19:01 +0000 Subject: [PATCH] add missing parameter git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@825 7ec92016-0320-0410-acc4-a06ded1c099a --- include/loki/Function.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/loki/Function.h b/include/loki/Function.h index 41ab9f1..6c00e77 100644 --- a/include/loki/Function.h +++ b/include/loki/Function.h @@ -309,7 +309,7 @@ namespace Loki template - Function(Function func) + Function(Function func) LOKI_FUNCTION_R2_CTOR_BODY LOKI_FUNCTION_BODY