Skip to content

Commit 3b158aa

Browse files
committed
Fixes warning about incompatible types in Xcode 6
1 parent e90fead commit 3b158aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Classes/ProgressViews/M13ProgressViewStripedBar.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ @interface M13ProgressViewStripedBar ()
3939
/**The action currently being performed.*/
4040
@property (nonatomic, assign) M13ProgressViewAction currentAction;
4141
/**The stripes layer.*/
42-
@property (nonatomic, retain) CAShapeLayer *stripesLayer;
42+
@property (nonatomic, retain) CALayer *stripesLayer;
4343
@end
4444

4545
@implementation M13ProgressViewStripedBar

0 commit comments

Comments
 (0)