mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +00:00
Fix incorrect method signature in win32/NSMessagePort
This commit is contained in:
parent
5a46f744df
commit
87dc8ab70c
1 changed files with 1 additions and 1 deletions
|
@ -964,7 +964,7 @@ again:
|
|||
}
|
||||
|
||||
- (BOOL) sendBeforeDate: (NSDate*)when
|
||||
msgid: (int)msgId
|
||||
msgid: (NSInteger)msgId
|
||||
components: (NSMutableArray*)components
|
||||
from: (NSPort*)receivingPort
|
||||
reserved: (NSUInteger)length
|
||||
|
|
Loading…
Reference in a new issue