summaryrefslogtreecommitdiff
path: root/probes_helper.h
diff options
context:
space:
mode:
Diffstat (limited to 'probes_helper.h')
-rw-r--r--probes_helper.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/probes_helper.h b/probes_helper.h
index 12a18dcb34..f01cbc374a 100644
--- a/probes_helper.h
+++ b/probes_helper.h
@@ -10,7 +10,7 @@ VALUE rb_class_path_no_cache(VALUE _klass);
do { \
if (RUBY_DTRACE_##name##_ENABLED()) { \
VALUE _klass = (klazz); \
- VALUE _id = (id); \
+ ID _id = (id); \
const char * classname; \
const char * methodname; \
const char * filename; \