---
Source/GSString.m | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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
_______________________________________________
Gnustep-dev mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/gnustep-dev