summaryrefslogtreecommitdiff
path: root/src/debug/di/rspriv.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/debug/di/rspriv.h')
-rw-r--r--src/debug/di/rspriv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/debug/di/rspriv.h b/src/debug/di/rspriv.h
index 6e4a93fb90..237af6b88a 100644
--- a/src/debug/di/rspriv.h
+++ b/src/debug/di/rspriv.h
@@ -5537,7 +5537,7 @@ private:
RSSmartPtr<CordbNativeCode> m_nativeCode;
// Metadata Token for the IL function. Scoped to m_module.
- mdMethodDef m_MDToken;
+ const mdMethodDef m_MDToken;
// EnC version number of this instance
SIZE_T m_dwEnCVersionNumber;