Skip to content

Commit

Permalink
Fixed compile warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Arkensor committed Nov 18, 2023
1 parent dae41d3 commit 4aa45f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Scripts/Game/EPF_Utils.c
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ class EPF_Utils
}

//------------------------------------------------------------------------------------------------
static bool IsInstanceAnyInherited(Class instance, notnull array<typename> from)
static bool IsInstanceAnyInherited(Managed instance, notnull array<typename> from)
{
if (!instance)
return false;
Expand Down

0 comments on commit 4aa45f8

Please sign in to comment.