Remove use of old runtime function.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@31284 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
theraven 2010-09-09 23:39:23 +00:00
parent a5318435fe
commit 8c3501132d

View file

@ -757,7 +757,7 @@ NSGraphicsContext *GSCurrentContext(void)
{
[NSException raise: GSWindowServerInternalException
format: @"subclass %s(%s) should override %s",
object_get_class_name(self),
class_getName(object_getClass(self)),
GSObjCIsInstance(self) ? "instance" : "class",
sel_get_name(aSel)];
return nil;