Commit 9bad370a authored by Felix Paul Kühne's avatar Felix Paul Kühne

macosx: fixed warning

parent 17769a39
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
NSSize _iconSize; //The size of icons in the Source List. Defaults to 16x16 NSSize _iconSize; //The size of icons in the Source List. Defaults to 16x16
} }
@property NSSize iconSize; @property (nonatomic) NSSize iconSize;
@property (assign) id<PXSourceListDataSource> dataSource; @property (assign) id<PXSourceListDataSource> dataSource;
@property (assign) id<PXSourceListDelegate> delegate; @property (assign) id<PXSourceListDelegate> delegate;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment