[vlc-commits] macosx/open: fix compilation warnings
Felix Paul Kühne
git at videolan.org
Fri Aug 24 13:48:22 CEST 2012
vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Fri Aug 24 13:48:15 2012 +0200| [42100a2fe8c8153c6bc36fe82fca29325b359d09] | committer: Felix Paul Kühne
macosx/open: fix compilation warnings
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=42100a2fe8c8153c6bc36fe82fca29325b359d09
---
modules/gui/macosx/open.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/gui/macosx/open.h b/modules/gui/macosx/open.h
index 509c727..c67315d 100644
--- a/modules/gui/macosx/open.h
+++ b/modules/gui/macosx/open.h
@@ -248,7 +248,7 @@
+ (VLCOpen *)sharedInstance;
- at property (readwrite) NSString *mrl;
+ at property (readwrite, assign) NSString *MRL;
@property (readonly) NSArray *qtkvideoDevices;
@property (readonly) NSArray *qtkaudioDevices;
More information about the vlc-commits
mailing list