Skip to content

Commit

Permalink
Add missing _delegate to CAAnimation.j
Browse files Browse the repository at this point in the history
  • Loading branch information
Ross Boucher committed Feb 5, 2009
1 parent c29b5f2 commit 3f410ea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions AppKit/CoreAnimation/CAAnimation.j
Expand Up @@ -31,6 +31,7 @@
@implementation CAAnimation : CPObject
{
BOOL _isRemovedOnCompletion;
id _delegate;
}

/*!
Expand Down

0 comments on commit 3f410ea

Please sign in to comment.