mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-29 19:27:40 +00:00
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:
parent
3dfa9d124d
commit
8e026b8e66
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue