From 8b60ef1156cbb438f5c9967f66a0e370d33aa7b0 Mon Sep 17 00:00:00 2001 From: Alexander Ljungberg Date: Tue, 14 Dec 2010 18:37:29 +0100 Subject: [PATCH] Added nib2cib support for several array controller properties. The properties in question are declaredKeys, automaticallyPreparesContent and objectClass, from the base object controller class. --- Tools/nib2cib/NSArrayController.j | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tools/nib2cib/NSArrayController.j b/Tools/nib2cib/NSArrayController.j index edeb5ffc0..ef6ea4ec9 100644 --- a/Tools/nib2cib/NSArrayController.j +++ b/Tools/nib2cib/NSArrayController.j @@ -27,7 +27,7 @@ - (id)NS_initWithCoder:(CPCoder)aCoder { - self = [super initWithCoder:aCoder]; + self = [super NS_initWithCoder:aCoder]; if (self) {