Skip to content

Commit

Permalink
fix: Fix dispatch_queue_t in Swift
Browse files Browse the repository at this point in the history
  • Loading branch information
mrousavy committed Apr 21, 2024
1 parent 20c595d commit e114ef4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import Foundation
#if VISION_CAMERA_ENABLE_FRAME_PROCESSORS

extension CameraViewManager: VisionCameraProxyDelegate {
func getDispatchQueue() -> dispatch_queue_t {
func getDispatchQueue() -> DispatchQueue {
return CameraQueues.videoQueue
}

Expand Down

0 comments on commit e114ef4

Please sign in to comment.