Skip to content

Commit

Permalink
fix(HKView): fix enqueue visibility
Browse files Browse the repository at this point in the history
  • Loading branch information
ThibaultBee committed Sep 26, 2022
1 parent 48f10c8 commit be4a99c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Platforms/iOS/HKView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ extension HKView: NetStreamDrawable {
}
}

func enqueue(_ sampleBuffer: CMSampleBuffer?) {
public func enqueue(_ sampleBuffer: CMSampleBuffer?) {
currentSampleBuffer = sampleBuffer
}
}
Expand Down

0 comments on commit be4a99c

Please sign in to comment.