From 3f410ea6888f980b6821ca754e96f7d9287c632f Mon Sep 17 00:00:00 2001 From: Ross Boucher Date: Wed, 4 Feb 2009 23:11:00 -0700 Subject: [PATCH] Add missing _delegate to CAAnimation.j --- AppKit/CoreAnimation/CAAnimation.j | 1 + 1 file changed, 1 insertion(+) diff --git a/AppKit/CoreAnimation/CAAnimation.j b/AppKit/CoreAnimation/CAAnimation.j index fbaca60fd..8303b7ef4 100644 --- a/AppKit/CoreAnimation/CAAnimation.j +++ b/AppKit/CoreAnimation/CAAnimation.j @@ -31,6 +31,7 @@ @implementation CAAnimation : CPObject { BOOL _isRemovedOnCompletion; + id _delegate; } /*!