From 382f1be127ada9e777cae9c230254040b508f607 Mon Sep 17 00:00:00 2001 From: Matthias Andreas Benkard Date: Mon, 16 Jun 2008 11:51:55 +0200 Subject: Add protocol MLKFuncallable. --- MLKClosure.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'MLKClosure.h') diff --git a/MLKClosure.h b/MLKClosure.h index b05783f..e8a20d4 100644 --- a/MLKClosure.h +++ b/MLKClosure.h @@ -17,11 +17,12 @@ */ #import "MLKLispValue.h" +#import "MLKFuncallable.h" @class MLKFunction, NSArray, NSData; -@interface MLKClosure : MLKLispValue +@interface MLKClosure : MLKLispValue { MLKFunction *_code; NSData *_closedOverVariableVector; -- cgit v1.2.3