Skip to content

Commit

Permalink
Don’t use mangled C names
Browse files Browse the repository at this point in the history
  • Loading branch information
nathany committed Feb 26, 2019
1 parent c65049e commit 7c338c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion face.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const (
// A Recognizer creates face descriptors for provided images and
// classifies them into categories.
type Recognizer struct {
ptr *_Ctype_struct_facerec
ptr *C.facerec
}

// Face holds coordinates and descriptor of the human face.
Expand Down

0 comments on commit 7c338c5

Please sign in to comment.