Skip to content

Commit 4aa45f8

Browse files
committed
Fixed compile warning
1 parent dae41d3 commit 4aa45f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Scripts/Game/EPF_Utils.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ class EPF_Utils
148148
}
149149

150150
//------------------------------------------------------------------------------------------------
151-
static bool IsInstanceAnyInherited(Class instance, notnull array<typename> from)
151+
static bool IsInstanceAnyInherited(Managed instance, notnull array<typename> from)
152152
{
153153
if (!instance)
154154
return false;

0 commit comments

Comments
 (0)