project_files/HedgewarsMobile/Classes/MapConfigViewController.m
changeset 6908 896ed2afcfb8
parent 6869 a187c280dd3d
child 8441 a00b0fa0dbd7
--- a/project_files/HedgewarsMobile/Classes/MapConfigViewController.m	Sun Apr 22 03:59:24 2012 +0200
+++ b/project_files/HedgewarsMobile/Classes/MapConfigViewController.m	Sun Apr 22 04:48:11 2012 +0200
@@ -114,7 +114,7 @@
 
 -(UITableViewCell *)tableView:(UITableView *)aTableView cellForRowAtIndexPath:(NSIndexPath *)indexPath {
     static NSString *CellIdentifier = @"Cell";
-    NSInteger row = [indexPath row];
+    NSUInteger row = [indexPath row];
 
     UITableViewCell *cell = [aTableView dequeueReusableCellWithIdentifier:CellIdentifier];
     if (cell == nil)