]> git.sesse.net Git - vlc/blobdiff - projects/macosx/framework/Sources/VLCTime.m
osx/framework: propagate NSInteger and NSUInteger
[vlc] / projects / macosx / framework / Sources / VLCTime.m
index 8e3dcbf52360d098a887b26354b37d49ca3cbcaf..fa4dc4e3058c0a51a48fb5dde06e390c605457c7 100644 (file)
@@ -39,7 +39,7 @@
     return [[[VLCTime alloc] initWithNumber:aNumber] autorelease];
 }
 
-+ (VLCTime *)timeWithInt:(int)aInt
++ (VLCTime *)timeWithInt:(NSInteger)aInt
 {
     return [[[VLCTime alloc] initWithInt:aInt] autorelease];
 }