Skip to content

Commit

Permalink
changed func invalidate() to public
Browse files Browse the repository at this point in the history
  • Loading branch information
soundflix authored Dec 29, 2022
1 parent 639989d commit 66c30e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ZMAX/Sources/Observer.swift
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ public final class ZMAXObserver
removeRunLoopHandler()
}
}
func invalidate()
public func invalidate()
{
let handleInfos_ = handleInfos
for handleInfo in handleInfos_ {
Expand Down

0 comments on commit 66c30e4

Please sign in to comment.