summaryrefslogtreecommitdiff
path: root/MLKClosure.h
diff options
context:
space:
mode:
Diffstat (limited to 'MLKClosure.h')
-rw-r--r--MLKClosure.h3
1 files changed, 2 insertions, 1 deletions
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 <MLKFuncallable>
{
MLKFunction *_code;
NSData *_closedOverVariableVector;