.doc/ext/beeps/sound.cpp in beeps-0.1.29 vs .doc/ext/beeps/sound.cpp in beeps-0.1.30

- old
+ new

@@ -37,10 +37,10 @@ static Class cSound; void -Init_sound () +Init_beeps_sound () { Module mBeeps = rb_define_module("Beeps"); cSound = rb_define_class_under(mBeeps, "Sound", rb_cObject); rb_define_alloc_func(cSound, alloc);