aboutsummaryrefslogtreecommitdiff
path: root/AppKit
diff options
context:
space:
mode:
authorGravatar gtm.daemon <gtm.daemon@7dc7ac4e-7543-0410-b95c-c1676fc8e2a3>2011-07-20 21:33:11 +0000
committerGravatar gtm.daemon <gtm.daemon@7dc7ac4e-7543-0410-b95c-c1676fc8e2a3>2011-07-20 21:33:11 +0000
commit717c907e32128c8d1b2a02105f86ffbf480a08e2 (patch)
treecca7eba708a63c7ffa54b24425f20918a95fc91c /AppKit
parentd7fe506f44a77be1b484218337492873a3186f37 (diff)
[Author: dmaclach]
Fix up test that didn't compile on SnowLeopard due to protocols. TBR=thomasvl DELTA=1 (0 added, 0 deleted, 1 changed)
Diffstat (limited to 'AppKit')
-rw-r--r--AppKit/GTMKeyValueAnimationTest.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/AppKit/GTMKeyValueAnimationTest.m b/AppKit/GTMKeyValueAnimationTest.m
index 665a9f9..ad4e1de 100644
--- a/AppKit/GTMKeyValueAnimationTest.m
+++ b/AppKit/GTMKeyValueAnimationTest.m
@@ -20,7 +20,7 @@
#import "GTMKeyValueAnimation.h"
#import "GTMFoundationUnitTestingUtilities.h"
-@interface GTMKeyValueAnimationTest : GTMTestCase {
+@interface GTMKeyValueAnimationTest : GTMTestCase<NSAnimationDelegate> {
@private
GTMUnitTestingBooleanRunLoopContext *context_;
BOOL shouldStartHit_;