Skip to content

Commit

Permalink
Added an attribute to prevent warnings about a new property.
Browse files Browse the repository at this point in the history
  • Loading branch information
BradLarson committed Jul 25, 2014
1 parent 76bc1e9 commit b2b4b5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework/Source/GPUImageMosaicFilter.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
@property(readwrite, nonatomic) float numTiles;
@property(readwrite, nonatomic) CGSize displayTileSize;
@property(readwrite, nonatomic) BOOL colorOn;
@property(readwrite, nonatomic) NSString *tileSet;
@property(readwrite, nonatomic, copy) NSString *tileSet;

@end

0 comments on commit b2b4b5b

Please sign in to comment.