Skip to content

Commit

Permalink
Fix Linux compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
slonopotamus committed Aug 23, 2024
1 parent 59746e3 commit f12ff6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/UEST/Private/UESTGameInstance.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ static FWorldContext*& FieldGetter(UGameInstance&);
template<typename T, auto T::*Field, typename RetVal>
struct Stealer
{
static friend RetVal& FieldGetter(T& Object)
friend RetVal& FieldGetter(T& Object)
{
return Object.*Field;
}
Expand Down

0 comments on commit f12ff6b

Please sign in to comment.