aboutsummaryrefslogtreecommitdiff
path: root/ruby/ext/google/protobuf_c/protobuf.h
diff options
context:
space:
mode:
authorChris Fallin <cfallin@google.com>2015-01-14 17:14:05 -0800
committerChris Fallin <cfallin@google.com>2015-01-14 17:14:05 -0800
commite1b7d38d9ad5dfd3719b1e9b1d588e08aba1afe8 (patch)
treee1cf1f0f0c1002af5780fea3b513aa359b81445d /ruby/ext/google/protobuf_c/protobuf.h
parentb0670ddae761914515850c1a2db90dfb374a75ea (diff)
downloadprotobuf-e1b7d38d9ad5dfd3719b1e9b1d588e08aba1afe8.tar.gz
protobuf-e1b7d38d9ad5dfd3719b1e9b1d588e08aba1afe8.tar.bz2
protobuf-e1b7d38d9ad5dfd3719b1e9b1d588e08aba1afe8.zip
Addressed code-review comments.
Diffstat (limited to 'ruby/ext/google/protobuf_c/protobuf.h')
-rw-r--r--ruby/ext/google/protobuf_c/protobuf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ruby/ext/google/protobuf_c/protobuf.h b/ruby/ext/google/protobuf_c/protobuf.h
index 84f318b3..5b94ae26 100644
--- a/ruby/ext/google/protobuf_c/protobuf.h
+++ b/ruby/ext/google/protobuf_c/protobuf.h
@@ -190,7 +190,7 @@ VALUE Descriptor_each(VALUE _self);
VALUE Descriptor_lookup(VALUE _self, VALUE name);
VALUE Descriptor_add_field(VALUE _self, VALUE obj);
VALUE Descriptor_add_oneof(VALUE _self, VALUE obj);
-VALUE Descriptor_oneofs(VALUE _self);
+VALUE Descriptor_each_oneof(VALUE _self);
VALUE Descriptor_lookup_oneof(VALUE _self, VALUE name);
VALUE Descriptor_msgclass(VALUE _self);
extern const rb_data_type_t _Descriptor_type;