Change reference to 'IBUserDefinedRuntimeAttribute5' to non-5 class

This commit is contained in:
Gregory John Casamento 2020-01-24 04:10:27 -05:00
parent 3d1923b572
commit 269e02b73e

View file

@ -111,7 +111,7 @@ static NSArray *XmlBoolDefaultYes = nil;
@"NSNibBindingConnector", @"binding",
@"NSWindowTemplate", @"window",
@"NSView", @"tableCellView",
@"IBUserDefinedRuntimeAttribute5", @"userDefinedRuntimeAttribute",
@"IBUserDefinedRuntimeAttribute", @"userDefinedRuntimeAttribute",
nil];
RETAIN(XmlTagToObjectClassMap);