diff --git a/Source/GSString.m b/Source/GSString.m index 84ef54b..d31833b 100644 --- a/Source/GSString.m +++ b/Source/GSString.m @@ -1276,7 +1276,7 @@ fixBOM(unsigned char **bytes, NSUInteger*length, BOOL *owned, me->_flags.wide = 1; me->_flags.owned = flag; } - return me; + return (id)me; } - (id) initWithCharacters: (const unichar*)chars