]> git.sesse.net Git - vlc/blobdiff - projects/macosx/framework/Headers/Public/VLCAudio.h
osx/framework: propagate NSInteger and NSUInteger
[vlc] / projects / macosx / framework / Headers / Public / VLCAudio.h
index e291d4c5922f84d5098bb2549707a0d91ac19d68..270caee5c76faf4332e8462e24c472a7c5568e54 100644 (file)
@@ -42,7 +42,7 @@ extern NSString * VLCMediaPlayerVolumeChanged;
 - (void)setMute:(BOOL)value;
 
 @property (setter=setMute:) BOOL isMuted;
-@property (assign) int volume;
+@property (assign) NSUInteger volume;
 
 - (void)volumeDown;
 - (void)volumeUp;