]> git.sesse.net Git - vlc/blobdiff - projects/macosx/framework/Headers/Public/VLCStreamSession.h
osx/framework: propagate NSInteger and NSUInteger
[vlc] / projects / macosx / framework / Headers / Public / VLCStreamSession.h
index 71fc87ea0ea52f1e3e236b82ee2996638f86033a..3883f6d05500c754c6b4211516b6a4b29e31c840 100644 (file)
@@ -30,7 +30,7 @@
 @interface VLCStreamSession : VLCMediaPlayer {
     VLCStreamOutput * streamOutput;
     VLCMedia * originalMedia;
-    int reattemptedConnections;
+    NSUInteger reattemptedConnections;
     BOOL isComplete;
 }