Skip to content
This repository was archived by the owner on Feb 2, 2023. It is now read-only.

Commit 62a0296

Browse files
garrettmoonappleguy
authored andcommitted
Implementation needs to match decleration. (#2539)
1 parent dae374d commit 62a0296

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

AsyncDisplayKit/Private/ASControlTargetAction.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
@implementation ASControlTargetAction
1414
{
15-
id _target;
15+
__weak id _target;
1616
BOOL _createdWithNoTarget;
1717
}
1818

0 commit comments

Comments
 (0)