Implementation needs to match decleration. (#2539)

This commit is contained in:
Garrett Moon
2016-11-02 18:19:26 -07:00
committed by appleguy
parent dae374d482
commit 62a0296148

View File

@@ -12,7 +12,7 @@
@implementation ASControlTargetAction
{
id _target;
__weak id _target;
BOOL _createdWithNoTarget;
}