Skip to content

Commit 63dfcb7

Browse files
Update patch.jl
1 parent a9ba9d1 commit 63dfcb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/patch.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ chance_outcomes(state::CxxWrap.StdLib.UniquePtrAllocated{State}) = chance_outcom
127127

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

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

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

0 commit comments

Comments
 (0)