diff options
Diffstat (limited to 'src/class.c')
| -rw-r--r-- | src/class.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/class.c b/src/class.c index 366bde96d..5f98cf696 100644 --- a/src/class.c +++ b/src/class.c @@ -835,7 +835,8 @@ mrb_check_inheritable(mrb_state *mrb, struct RClass *super) * \param super a class from which the new class derives. * \exception TypeError \a super is not inheritable. * \exception TypeError \a super is the Class class. - */struct RClass * + */ +struct RClass * mrb_class_new(mrb_state *mrb, struct RClass *super) { struct RClass *c; |
