From 4d7f8489586b45dfff924c607d3b650d28b1680a Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Wed, 5 Jan 2011 21:18:41 -0500 Subject: [PATCH] Fix a warning. --- Source/VariableNode.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/VariableNode.m b/Source/VariableNode.m index 589818a..8d2387a 100644 --- a/Source/VariableNode.m +++ b/Source/VariableNode.m @@ -28,7 +28,7 @@ @property (copy) NSString* className; @property (copy) NSString* type; @property (copy) NSString* value; -@property (retain) NSMutableArray* children; +@property (retain) NSArray* children; @property (copy) NSString* address; @end -- 2.22.5