summaryrefslogtreecommitdiff
path: root/src/vm/methodtable.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/vm/methodtable.h')
-rw-r--r--src/vm/methodtable.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vm/methodtable.h b/src/vm/methodtable.h
index 11296b09d6..118a883b6e 100644
--- a/src/vm/methodtable.h
+++ b/src/vm/methodtable.h
@@ -2487,7 +2487,7 @@ public:
#ifndef DACCESS_COMPILE
- BOOL FindDefaultMethod(
+ BOOL FindDefaultInterfaceImplementation(
MethodDesc *pInterfaceMD,
MethodTable *pObjectMT,
MethodDesc **ppDefaultMethod);