aboutsummaryrefslogtreecommitdiff
path: root/UnitTesting/GTMUnitTestingTest.m
diff options
context:
space:
mode:
Diffstat (limited to 'UnitTesting/GTMUnitTestingTest.m')
-rw-r--r--UnitTesting/GTMUnitTestingTest.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/UnitTesting/GTMUnitTestingTest.m b/UnitTesting/GTMUnitTestingTest.m
index 23f3187..8ee2244 100644
--- a/UnitTesting/GTMUnitTestingTest.m
+++ b/UnitTesting/GTMUnitTestingTest.m
@@ -38,7 +38,7 @@ NSString *const kGTMWindowSaveFileName = @"GTMUnitTestingWindow";
- (BOOL)hadGoodContext;
@end
-@interface GTMUnitTestingDelegate : NSObject {
+@interface GTMUnitTestingDelegate : NSObject <NSImageDelegate> {
BOOL didEncode_;
}
- (BOOL)didEncode;