mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 08:21:25 +00:00
Fix release method signature to match NSObject
This commit is contained in:
parent
27c06a9209
commit
acde7b062a
2 changed files with 3 additions and 3 deletions
|
@ -941,7 +941,7 @@ again:
|
|||
return sizeof(GSPortItemHeader) + sizeof(GSPortMsgHeader);
|
||||
}
|
||||
|
||||
- (void) release
|
||||
- (oneway void) release
|
||||
{
|
||||
/* We lock the port table while checking, to prevent
|
||||
* another thread from grabbing this port while we are
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue