Skip to content

Commit

Permalink
write-callback-constructor -> write-output-callback-constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
LeifAndersen committed Jul 18, 2017
1 parent eb5c946 commit d930409
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion video/private/video-canvas.rkt
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@
(define canvas #f)
(define/public (set-canvas c)
(set! canvas c))
(define/override (write-callback-constructor #:render-status render-status)
(define/override (write-output-callback-constructor #:render-status render-status)
(λ (mode obj)
(match obj
[(struct* codec-obj ([codec-context ctx]
Expand Down

0 comments on commit d930409

Please sign in to comment.