Skip to content

Commit f7d8016

Browse files
committed
Latest updates for Apple compatibility
1 parent ceaaf2e commit f7d8016

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Headers/Foundation/NSXPCConnection.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ GS_EXPORT_CLASS
199199
* Sets the interface that describes methods this process exports to the
200200
* remote side.
201201
*/
202-
- (void) setExportInterface: (NSXPCInterface *)exportedInterface;
202+
- (void) setExportedInterface: (NSXPCInterface *)exportedInterface;
203203

204204
/**
205205
* Returns the object exported to the remote side for incoming invocations.

Source/NSXPCConnection.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1197,7 +1197,7 @@ - (NSXPCInterface *) exportedInterface
11971197
return _exportedInterface;
11981198
}
11991199

1200-
- (void) setExportInterface: (NSXPCInterface *)exportedInterface
1200+
- (void) setExportedInterface: (NSXPCInterface *)exportedInterface
12011201
{
12021202
ASSIGN(_exportedInterface, exportedInterface);
12031203
}

0 commit comments

Comments
 (0)