Fixed: Removed compiler warnings in test case

This commit is contained in:
Martin Carlberg
2021-09-21 11:11:57 +02:00
parent 9f14dac5d2
commit d9e27e549f
@@ -40,8 +40,9 @@
- (void)test
{
var theDocument = [MyDocument2 new],
cib = [CPBundle loadCibFile:[[CPBundle bundleForClass:WithBindingsTest] pathForResource:"02_WithBindings.cib"] externalNameTable:[CPDictionary dictionaryWithObject:theDocument forKey:CPCibOwner]];
var theDocument = [MyDocument2 new];
[CPBundle loadCibFile:[[CPBundle bundleForClass:WithBindingsTest] pathForResource:"02_WithBindings.cib"] externalNameTable:[CPDictionary dictionaryWithObject:theDocument forKey:CPCibOwner]];
[theDocument windowControllerDidLoadCib:self];