Skip to content

Commit

Permalink
Removing warnings under Xcode 4.6
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Garcia <fillito@gmail.com>
  • Loading branch information
fillito committed Feb 1, 2013
1 parent bedf6df commit aeb7329
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework/Source/GPUImageMovie.h
Expand Up @@ -27,7 +27,7 @@

/** This is used to send the delete Movie did complete playing alert
*/
@property (readwrite, nonatomic) id <GPUImageMovieDelegate>delegate;
@property (readwrite, nonatomic, assign) id <GPUImageMovieDelegate>delegate;

/// @name Initialization and teardown
- (id)initWithAsset:(AVAsset *)asset;
Expand Down

0 comments on commit aeb7329

Please sign in to comment.