Add missing _delegate to CAAnimation.j

This commit is contained in:
Ross Boucher
2009-02-04 23:11:00 -07:00
parent c29b5f2fef
commit 3f410ea688
+1
View File
@@ -31,6 +31,7 @@
@implementation CAAnimation : CPObject
{
BOOL _isRemovedOnCompletion;
id _delegate;
}
/*!