Skip to content

Commit

Permalink
Update patch.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremiahpslewis authored Sep 4, 2024
1 parent f8c9a33 commit 54cd3fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/patch.jl
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ chance_outcomes(state::CxxWrap.StdLib.UniquePtrAllocated{State}) = chance_outcom

returns(state::CxxWrap.StdLib.UniquePtrAllocated{State}) = returns(state[])

min_utility(::CxxWrap.StdLib.SharedPtrAllocated{CxxWrap.CxxWrapCore.CxxConst{Game}}) = min_utility(game[][])
min_utility(game::CxxWrap.StdLib.SharedPtrAllocated{CxxWrap.CxxWrapCore.CxxConst{Game}}) = min_utility(game[][])

max_utility(game::CxxWrap.StdLib.SharedPtrAllocated{Game}) = max_utility(game[])

Expand Down

0 comments on commit 54cd3fa

Please sign in to comment.