We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a8ee32 commit 307e534Copy full SHA for 307e534
src/swift/Wrapper.swift
@@ -18,8 +18,8 @@ import CDispatch
18
public class DispatchObject {
19
// TODO: add deinit method to invoke dispatch_release on wrapped()
20
21
- internal func wrapped() -> dispatch_object_t {
22
- assert(false, "should be override in subclass")
+ internal func wrapped() -> dispatch_object_t {
+ assert(false, "should be override in subclass")
23
}
24
25
public func setTarget(queue:DispatchQueue) {
0 commit comments