Skip to content

Commit 4ac2139

Browse files
committed
missing hunk from 709964f
Signed-off-by: Daniel A. Steffen <dsteffen@apple.com>
1 parent 6b3862b commit 4ac2139

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/swift/Private.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ public func dispatch_get_global_queue(_ identifier: Int, _ flags: UInt) -> Dispa
158158
fatalError()
159159
}
160160

161-
@available(*, unavailable, renamed: "DispatchQueue.main")
161+
@available(*, unavailable, renamed: "getter:DispatchQueue.main()")
162162
public func dispatch_get_main_queue() -> DispatchQueue
163163
{
164164
fatalError()

0 commit comments

Comments
 (0)