mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
Use uinsigned logn for fast enumeration version counter
This commit is contained in:
parent
e111315f87
commit
71e636cf49
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@
|
|||
GSIArray_t array;
|
||||
GSIMapTable_t map;
|
||||
@private
|
||||
NSUInteger _version;
|
||||
unsigned long _version;
|
||||
}
|
||||
@end
|
||||
|
||||
|
|
Loading…
Reference in a new issue