mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-29 16:01:38 +00:00
fix method name error
This commit is contained in:
parent
cc410b6bbc
commit
6c3d99ea3f
1 changed files with 1 additions and 1 deletions
|
@ -764,7 +764,7 @@ gnustep_base_thread_callback(void)
|
|||
}
|
||||
|
||||
@implementation NSThread (Activation)
|
||||
- (void) _makeThreadActive
|
||||
- (void) _makeThreadCurrent
|
||||
{
|
||||
/* NB. We must set up the pointer to the new NSThread instance from
|
||||
* pthread specific memory before we do anything which might need to
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue