diff -r 6c78cc6bd7a6 -r 4e567e11f45f Source/GGBUtils.m --- a/Source/GGBUtils.m Thu Jul 03 17:44:30 2008 -0700 +++ b/Source/GGBUtils.m Mon Jul 07 15:47:42 2008 -0700 @@ -25,6 +25,7 @@ #endif +#ifndef _MYUTILITIES_COLLECTIONUTILS_ void setObj( id *variable, id newValue ) { if( *variable != newValue ) { @@ -40,6 +41,7 @@ *variable = [(id)newValue copy]; } } +#endif void DelayFor( NSTimeInterval interval )