summaryrefslogtreecommitdiff
path: root/include/ruby/ruby.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/ruby/ruby.h')
-rw-r--r--include/ruby/ruby.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ruby/ruby.h b/include/ruby/ruby.h
index bf874c830d..b2ec3d61ff 100644
--- a/include/ruby/ruby.h
+++ b/include/ruby/ruby.h
@@ -787,7 +787,7 @@ typedef struct rb_classext_struct rb_classext_t;
struct RClass {
struct RBasic basic;
rb_classext_t *ptr;
- struct st_table *m_tbl;
+ struct method_table_wrapper *m_tbl_wrapper;
struct st_table *iv_index_tbl;
};
#define RCLASS_SUPER(c) rb_class_get_superclass(c)