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.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/vm/methodtable.h b/src/vm/methodtable.h
index 395d0502f8..bbdfc90623 100644
--- a/src/vm/methodtable.h
+++ b/src/vm/methodtable.h
@@ -4159,6 +4159,11 @@ public:
// Is field layout of the inheritance chain fixed within the current version bubble?
//
BOOL IsInheritanceChainLayoutFixedInCurrentVersionBubble();
+
+ //
+ // Is the inheritance chain fixed within the current version bubble?
+ //
+ BOOL IsInheritanceChainFixedInCurrentVersionBubble();
#endif
}; // class MethodTable