.doc/ext/reflex/shape.cpp in reflexion-0.1.29 vs .doc/ext/reflex/shape.cpp in reflexion-0.1.30
- old
+ new
@@ -165,10 +165,10 @@
static Class cShape;
void
-Init_shape ()
+Init_reflex_shape ()
{
Module mReflex = rb_define_module("Reflex");
cShape = rb_define_class_under(mReflex, "Shape", rb_cObject);
rb_define_alloc_func(cShape, alloc);