mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 08:21:25 +00:00
* Headers/Foundation/NSXPCConnection.h,
* Source/NSXPCConnection.m: Fix broken compilation on gcc.
This commit is contained in:
parent
879bd3bb55
commit
1915415b48
3 changed files with 12 additions and 7 deletions
|
@ -87,12 +87,12 @@
|
|||
{
|
||||
}
|
||||
|
||||
- (id) remoteObjectProxyWithErrorHandler:(void (^)(NSError *error))handler
|
||||
- (id) remoteObjectProxyWithErrorHandler:(GSXPCProxyErrorHandler)handler
|
||||
{
|
||||
return nil;
|
||||
}
|
||||
|
||||
- (id) synchronousRemoteObjectProxyWithErrorHandler:(void (^)(NSError *error))handler
|
||||
- (id) synchronousRemoteObjectProxyWithErrorHandler:(GSXPCProxyErrorHandler)handler
|
||||
{
|
||||
return nil;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue