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 5263dbd..a57faa3 100644
--- a/MLKForm.h
+++ b/MLKForm.h
@@ -146,7 +146,7 @@
@interface MLKForeignLambdaForm : MLKCompoundForm
{
NSString *_foreignName;
- MLKSymbol *_name;
+ MLKSymbol *_foreignLibraryDesignator;
MLKForeignType _returnType;
MLKForeignType *_argumentTypes;
int _argc;