From fa33445a5ad223b7c4f69c1ddee3ab2503716eed Mon Sep 17 00:00:00 2001 From: "gtm.daemon" Date: Wed, 23 Jan 2013 03:12:37 +0000 Subject: Fixup for the testing helper for OS X: - Get NSImage defined. - Add framework to linking. --- UnitTesting/GTMSenTestCase.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'UnitTesting/GTMSenTestCase.h') diff --git a/UnitTesting/GTMSenTestCase.h b/UnitTesting/GTMSenTestCase.h index 683dc76..55cd813 100644 --- a/UnitTesting/GTMSenTestCase.h +++ b/UnitTesting/GTMSenTestCase.h @@ -1081,9 +1081,9 @@ GTM_EXTERN NSString *const SenTestLineNumberKey; #endif // GTM_IPHONE_SDK && !GTM_IPHONE_USE_SENTEST #if GTM_IPHONE_SDK - @class UIImage; - +#else +@class NSImage; #endif // GTM_IPHONE_SDK // All unittest cases in GTM should inherit from GTMTestCase. It makes sure -- cgit v1.2.3