summaryrefslogtreecommitdiff
path: root/src/inc
diff options
context:
space:
mode:
authorGleb Balykov <g.balykov@samsung.com>2017-08-07 13:33:58 +0300
committerGleb Balykov <g.balykov@samsung.com>2017-08-07 16:14:08 +0300
commit76a572a65026f277c5c42b25fcb01cce4625b10f (patch)
tree0298b9efc0decbb755619d30a10556fe2233b49c /src/inc
parentbe7d375af43261c4ff8f84aad9ea27ecce145fc6 (diff)
downloadcoreclr-76a572a65026f277c5c42b25fcb01cce4625b10f.tar.gz
coreclr-76a572a65026f277c5c42b25fcb01cce4625b10f.tar.bz2
coreclr-76a572a65026f277c5c42b25fcb01cce4625b10f.zip
Review fixes
Diffstat (limited to 'src/inc')
-rw-r--r--src/inc/corinfo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/inc/corinfo.h b/src/inc/corinfo.h
index 163874788b..084b9841bb 100644
--- a/src/inc/corinfo.h
+++ b/src/inc/corinfo.h
@@ -2070,7 +2070,7 @@ public:
CORINFO_METHOD_HANDLE method, /* IN */
unsigned* offsetOfIndirection, /* OUT */
unsigned* offsetAfterIndirection, /* OUT */
- unsigned* isRelative /* OUT */
+ bool* isRelative /* OUT */
) = 0;
// Find the virtual method in implementingClass that overrides virtualMethod,