diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/mruby/hash.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mruby/hash.h b/include/mruby/hash.h index 55ad6a921..1a870785a 100644 --- a/include/mruby/hash.h +++ b/include/mruby/hash.h @@ -24,7 +24,7 @@ struct RHash { #define mrb_hash_ptr(v) ((struct RHash*)(mrb_ptr(v))) #define mrb_hash_value(p) mrb_obj_value((void*)(p)) -MRB_API mrb_value mrb_hash_new_capa(mrb_state*, int); +MRB_API mrb_value mrb_hash_new_capa(mrb_state*, mrb_int); /* * Initializes a new hash. |
