From fee6778710c82dfbee04ab23061a96d324facfdb Mon Sep 17 00:00:00 2001 From: "thomasvl@gmail.com" Date: Thu, 5 Mar 2009 21:30:41 +0000 Subject: - Changed gtm_createCGPath to gtm_cgPath in GTMNSBezier+CGPath. The path returned is now autoreleased so you don't need to worry about releasing it. - Made some changes to the GTMNSObject+UnitTesting APIs. Specifically renamed gtm_createUnitTestImage to gtm_unitTestImage. The value it returns is now autoreleased, so no need to release it. Also change gtm_createUnitTestBitmapOfSize:withData: to a C function. - Cleaned up GTM so that it passes the Clang checker without any warnings. --- Foundation/GTMSystemVersion.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Foundation/GTMSystemVersion.m') diff --git a/Foundation/GTMSystemVersion.m b/Foundation/GTMSystemVersion.m index be5d7c3..eb255a6 100644 --- a/Foundation/GTMSystemVersion.m +++ b/Foundation/GTMSystemVersion.m @@ -19,7 +19,7 @@ #import "GTMSystemVersion.h" #import "GTMGarbageCollection.h" #if GTM_MACOS_SDK -#import +#import #endif static SInt32 sGTMSystemVersionMajor = 0; -- cgit v1.2.3