summaryrefslogtreecommitdiff
path: root/src/vm/sampleprofiler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/vm/sampleprofiler.h')
-rw-r--r--src/vm/sampleprofiler.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vm/sampleprofiler.h b/src/vm/sampleprofiler.h
index 02eb6b39cd..51290b4d9c 100644
--- a/src/vm/sampleprofiler.h
+++ b/src/vm/sampleprofiler.h
@@ -50,7 +50,7 @@ class SampleProfiler
static Thread *s_pSamplingThread;
// The provider and event emitted by the profiler.
- static const GUID s_providerID;
+ static const WCHAR* s_providerName;
static EventPipeProvider *s_pEventPipeProvider;
static EventPipeEvent *s_pThreadTimeEvent;