Commit eb5d3ab1 authored by Felix Paul Kühne's avatar Felix Paul Kühne

macosx: fixed compilation warning

parent 21554891
......@@ -127,7 +127,7 @@
}
- (int)numberOfChildren;
- (VLCInfoTreeItem *)childAtIndex:(int)i_index;
- (VLCInfoTreeItem *)childAtIndex:(NSUInteger)i_index;
- (NSString *)name;
- (NSString *)value;
- (void)refresh;
......
......@@ -590,7 +590,7 @@ error:
o_children = nil;
}
- (VLCInfoTreeItem *)childAtIndex:(int)i_index {
- (VLCInfoTreeItem *)childAtIndex:(NSUInteger)i_index {
return [[self children] objectAtIndex:i_index];
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment