mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-08-25 04:57:03 +00:00
Fixed: Removed compiler warnings in test case
This commit is contained in:
@@ -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];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user