summaryrefslogtreecommitdiff
path: root/MLKForm.h
diff options
context:
space:
mode:
Diffstat (limited to 'MLKForm.h')
-rw-r--r--MLKForm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/MLKForm.h b/MLKForm.h
index ef62d97..0924460 100644
--- a/MLKForm.h
+++ b/MLKForm.h
@@ -236,7 +236,7 @@
@interface MLKMultipleValueCallForm : MLKBodyForm
{
- id _functionForm;
+ MLKForm *_functionForm;
}
@end