aboutsummaryrefslogtreecommitdiff
path: root/AppKit/GTMNSAnimatablePropertyContainerTest.h
diff options
context:
space:
mode:
Diffstat (limited to 'AppKit/GTMNSAnimatablePropertyContainerTest.h')
-rw-r--r--AppKit/GTMNSAnimatablePropertyContainerTest.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/AppKit/GTMNSAnimatablePropertyContainerTest.h b/AppKit/GTMNSAnimatablePropertyContainerTest.h
index ebfd323..f873601 100644
--- a/AppKit/GTMNSAnimatablePropertyContainerTest.h
+++ b/AppKit/GTMNSAnimatablePropertyContainerTest.h
@@ -21,6 +21,8 @@
#if MAC_OS_X_VERSION_MAX_ALLOWED >= MAC_OS_X_VERSION_10_5
+@class GTMUnitTestingBooleanRunLoopContext;
+
@interface GTMNSAnimatablePropertyContainerWindow : NSWindow
@end
@@ -44,7 +46,7 @@
@interface GTMNSAnimatablePropertyContainerTest : GTMTestCase {
@private
GTMNSAnimatablePropertyContainerWindowController *windowController_;
- BOOL timerCalled_;
+ GTMUnitTestingBooleanRunLoopContext *timerCalled_;
}
@end