Skip to content

Commit 7c74147

Browse files
Michael DeRoyjoncham
authored andcommitted
Remove Class From Codegen headers
1 parent 31422d0 commit 7c74147

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

mono/mini/il2cpp-stubs.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
#include "vm/Assembly.h"
1313
#include "vm/AssemblyName.h"
1414
#include "vm/Class.h"
15+
#include "vm/ClassInlines.h"
1516
#include "vm/Domain.h"
1617
#include "vm/Field.h"
1718
#include "vm/GenericContainer.h"
@@ -1823,7 +1824,7 @@ MonoMethod* il2cpp_get_interface_method(MonoClass* klass, MonoClass* itf, int sl
18231824
IL2CPP_ASSERT(0 && "Not implemented yet for tiny");
18241825
return NULL;
18251826
#else
1826-
const VirtualInvokeData* data = il2cpp::vm::Class::GetInterfaceInvokeDataFromVTable((Il2CppClass*)klass, (Il2CppClass*)itf, slot);
1827+
const VirtualInvokeData* data = il2cpp::vm::ClassInlines::GetInterfaceInvokeDataFromVTable((Il2CppClass*)klass, (Il2CppClass*)itf, slot);
18271828
if (!data)
18281829
return NULL;
18291830

0 commit comments

Comments
 (0)