summaryrefslogtreecommitdiff
path: root/src/inc/gcinfoencoder.h
diff options
context:
space:
mode:
authorPat Gavlin <pagavlin@microsoft.com>2015-05-12 11:27:16 -0700
committerPat Gavlin <pagavlin@microsoft.com>2015-05-12 11:27:59 -0700
commit97763d44eb5d8899168f9767152fbd3719dce2c5 (patch)
tree344019270acaf8e137b47fcd10327dfdaf11d179 /src/inc/gcinfoencoder.h
parentb2f4b71e37f3ed8580526e85cbdd0f2cf0206f8d (diff)
downloadcoreclr-97763d44eb5d8899168f9767152fbd3719dce2c5.tar.gz
coreclr-97763d44eb5d8899168f9767152fbd3719dce2c5.tar.bz2
coreclr-97763d44eb5d8899168f9767152fbd3719dce2c5.zip
Fix some const-correctness issues in the GC info encoder.
Diffstat (limited to 'src/inc/gcinfoencoder.h')
-rw-r--r--src/inc/gcinfoencoder.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/inc/gcinfoencoder.h b/src/inc/gcinfoencoder.h
index ea9c295df0..b14587cdb2 100644
--- a/src/inc/gcinfoencoder.h
+++ b/src/inc/gcinfoencoder.h
@@ -866,7 +866,7 @@ private:
IAllocator* m_pAllocator;
#ifdef _DEBUG
- char *m_MethodName, *m_ModuleName;
+ const char *m_MethodName, *m_ModuleName;
#endif
BitStreamWriter m_Info1; // Used for everything except for chunk encodings