Skip to content

Commit

Permalink
Update MCOIndexSet.h
Browse files Browse the repository at this point in the history
- Changed MCOIndexSet count to NSUInteger so that it compiles for us properly.
  • Loading branch information
Alex Kac authored Sep 11, 2017
1 parent f783ab1 commit 827c0d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/objc/utils/MCOIndexSet.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
+ (MCOIndexSet *) indexSetWithIndex:(uint64_t)idx;

/** Returns the number of integers in that index set.*/
- (unsigned int) count;
- (NSUInteger) count;

/** Adds an integer to the index set.*/
- (void) addIndex:(uint64_t)idx;
Expand Down

0 comments on commit 827c0d2

Please sign in to comment.