Added nib2cib support for several array controller properties.

The properties in question are declaredKeys, automaticallyPreparesContent and objectClass, from the base object controller class.
This commit is contained in:
Alexander Ljungberg
2010-12-14 20:28:40 +01:00
parent f2b2852b76
commit 8b60ef1156
+1 -1
View File
@@ -27,7 +27,7 @@
- (id)NS_initWithCoder:(CPCoder)aCoder
{
self = [super initWithCoder:aCoder];
self = [super NS_initWithCoder:aCoder];
if (self)
{