summaryrefslogtreecommitdiff
path: root/src/vm/class.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/vm/class.h')
-rw-r--r--src/vm/class.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vm/class.h b/src/vm/class.h
index 8d5e73febd..33676b57b2 100644
--- a/src/vm/class.h
+++ b/src/vm/class.h
@@ -2175,7 +2175,7 @@ public:
PTR_Stub m_pInstRetBuffCallStub;
RelativePointer<PTR_MethodDesc> m_pInvokeMethod;
PTR_Stub m_pMultiCastInvokeStub;
- PTR_Stub m_pSecureDelegateInvokeStub;
+ PTR_Stub m_pWrapperDelegateInvokeStub;
UMThunkMarshInfo* m_pUMThunkMarshInfo;
RelativePointer<PTR_MethodDesc> m_pBeginInvokeMethod;
RelativePointer<PTR_MethodDesc> m_pEndInvokeMethod;