Skip to content

Commit d482ee3

Browse files
committed
[SourceKit] Make sourcektid_request_handle_t const void*
1 parent 9042536 commit d482ee3

File tree

1 file changed

+1
-1
lines changed
  • tools/SourceKit/tools/sourcekitd/include/sourcekitd

1 file changed

+1
-1
lines changed

tools/SourceKit/tools/sourcekitd/include/sourcekitd/sourcekitd.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -590,7 +590,7 @@ sourcekitd_response_t
590590
sourcekitd_send_request_sync(sourcekitd_object_t req);
591591

592592
/// Used to cancel a request that has been invoked asynchronously.
593-
typedef void *sourcekitd_request_handle_t;
593+
typedef const void *sourcekitd_request_handle_t;
594594

595595
#if SOURCEKITD_HAS_BLOCKS
596596
/// Receives the response of an asynchronous request or notification.

0 commit comments

Comments
 (0)