summaryrefslogtreecommitdiff
path: root/shape.h
diff options
context:
space:
mode:
Diffstat (limited to 'shape.h')
-rw-r--r--shape.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/shape.h b/shape.h
index ee522a48e5..91f1931290 100644
--- a/shape.h
+++ b/shape.h
@@ -230,7 +230,7 @@ RBASIC_FIELDS_COUNT(VALUE obj)
shape_id_t rb_shape_traverse_from_new_root(shape_id_t initial_shape_id, shape_id_t orig_shape_id);
-bool rb_shape_set_shape_id(VALUE obj, shape_id_t shape_id);
+bool rb_obj_set_shape_id(VALUE obj, shape_id_t shape_id);
static inline bool
rb_shape_obj_has_id(VALUE obj)