[vlc-commits] macosx: fixed warning

Felix Paul Kühne git at videolan.org
Mon Jul 25 23:17:25 CEST 2011


vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Mon Jul 25 23:17:03 2011 +0200| [9bad370a61b0779a840bf5e41c55334d73373436] | committer: Felix Paul Kühne

macosx: fixed warning

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=9bad370a61b0779a840bf5e41c55334d73373436
---

 modules/gui/macosx/PXSourceList.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/modules/gui/macosx/PXSourceList.h b/modules/gui/macosx/PXSourceList.h
index d715f05..6736999 100644
--- a/modules/gui/macosx/PXSourceList.h
+++ b/modules/gui/macosx/PXSourceList.h
@@ -24,7 +24,7 @@
 	NSSize _iconSize;									//The size of icons in the Source List. Defaults to 16x16
 }
 	
- at property NSSize iconSize;
+ at property (nonatomic) NSSize iconSize;
 	
 @property (assign) id<PXSourceListDataSource> dataSource;
 @property (assign) id<PXSourceListDelegate> delegate;



More information about the vlc-commits mailing list