From ecb3b1b81c0b44e3f5c3825b9536b553ad1113fe Mon Sep 17 00:00:00 2001 From: Sinan Kaya <41809318+franksinankaya@users.noreply.github.com> Date: Thu, 16 May 2019 23:03:58 -0400 Subject: compilation fixes (#24613) --- src/vm/rejit.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/vm/rejit.h') diff --git a/src/vm/rejit.h b/src/vm/rejit.h index a72630aeca..b417851d13 100644 --- a/src/vm/rejit.h +++ b/src/vm/rejit.h @@ -179,7 +179,7 @@ private: static bool IsNull(const element_t &e) { return (e == NULL); } }; - static HRESULT ReJitManager::UpdateActiveILVersion( + static HRESULT UpdateActiveILVersion( SHash *pMgrToCodeActivationBatch, Module * pModule, mdMethodDef methodDef, -- cgit v1.2.3