summaryrefslogtreecommitdiff
path: root/MLKDispatchingMacroCharacterReader.m
diff options
context:
space:
mode:
Diffstat (limited to 'MLKDispatchingMacroCharacterReader.m')
-rw-r--r--MLKDispatchingMacroCharacterReader.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/MLKDispatchingMacroCharacterReader.m b/MLKDispatchingMacroCharacterReader.m
index f63df16..d01b6a8 100644
--- a/MLKDispatchingMacroCharacterReader.m
+++ b/MLKDispatchingMacroCharacterReader.m
@@ -32,7 +32,7 @@
-(id) init
{
self = [super init];
- ASSIGN (_readerMacros, [NSMutableDictionary dictionary]);
+ LASSIGN (_readerMacros, [NSMutableDictionary dictionary]);
return self;
}