summaryrefslogtreecommitdiff
path: root/src/vm/rejit.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/vm/rejit.h')
-rw-r--r--src/vm/rejit.h2
1 files changed, 1 insertions, 1 deletions
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<CodeActivationBatchTraits> *pMgrToCodeActivationBatch,
Module * pModule,
mdMethodDef methodDef,