Skip to content

Commit

Permalink
Fix test bulid
Browse files Browse the repository at this point in the history
  • Loading branch information
akaDuality committed Jan 2, 2024
1 parent f64b966 commit db111cd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ extension DocumentsBrowserViewController: DragNDropDelegate {
return true
}

public func didDrag(image: NSImage, locationInWindow: CGPoint) {
public func didDrag(image: NSImage, locationInWindow: CGPoint, name: String?) {
let document = VODesignDocument(image: image)
show(document: document)
}
Expand Down

0 comments on commit db111cd

Please sign in to comment.