Skip to content

Commit

Permalink
Change the underlying type of the PexSearchType (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
stepanbujnak authored Jan 31, 2024
1 parent f3dc769 commit 520e59f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pex_search.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import (

// PexSearchType can optionally be specified in the PexSearchRequest and will
// allow to retrieve results that are more relevant to the given use-case.
type PexSearchType int
type PexSearchType C.Pex_CheckSearchType

const (
// IdentifyMusic is a type of PexSearch that will return results that will
Expand Down

0 comments on commit 520e59f

Please sign in to comment.