summaryrefslogtreecommitdiff
path: root/src/vm/threadsuspend.h
diff options
context:
space:
mode:
authorKasper F. Brandt <poizan@poizan.dk>2015-02-08 03:39:59 +0100
committerKasper F. Brandt <poizan@poizan.dk>2015-02-08 03:39:59 +0100
commit631f38768936f79f73b173e52acef47226255ee9 (patch)
treee6b7c042277487eee43a47a0760b61c5a62c8692 /src/vm/threadsuspend.h
parent0b58e4ea50b657e7c204ffa3f5f82cfe30426ba6 (diff)
downloadcoreclr-631f38768936f79f73b173e52acef47226255ee9.tar.gz
coreclr-631f38768936f79f73b173e52acef47226255ee9.tar.bz2
coreclr-631f38768936f79f73b173e52acef47226255ee9.zip
Fix writeable string warnings. Closes #139
Diffstat (limited to 'src/vm/threadsuspend.h')
-rw-r--r--src/vm/threadsuspend.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vm/threadsuspend.h b/src/vm/threadsuspend.h
index 572584104c..73f2b8b803 100644
--- a/src/vm/threadsuspend.h
+++ b/src/vm/threadsuspend.h
@@ -38,7 +38,7 @@ struct MinMaxTot
minVal = maxVal = 0;
}
- void DisplayAndUpdate(FILE* logFile, __in_z char *pName, MinMaxTot *pLastOne, int fullCount, int priorCount, timeUnit=usec);
+ void DisplayAndUpdate(FILE* logFile, __in_z const char *pName, MinMaxTot *pLastOne, int fullCount, int priorCount, timeUnit=usec);
};
// A note about timings. We use QueryPerformanceCounter to measure all timings in units. During