aboutsummaryrefslogtreecommitdiff
path: root/ruby/ext/google/protobuf_c/upb.h
diff options
context:
space:
mode:
authorJosh Haberman <jhaberman@gmail.com>2015-06-22 17:23:55 -0700
committerJosh Haberman <jhaberman@gmail.com>2015-06-22 17:23:55 -0700
commitfb8ed707a2e8d6bd0290b747f40c783b8bc433ba (patch)
treeb9a22eb0b736cc432b05abd12a8b9fd3efec0bb7 /ruby/ext/google/protobuf_c/upb.h
parentd0eb7786a997e482e354b6c5543f9afde46abed8 (diff)
downloadprotobuf-fb8ed707a2e8d6bd0290b747f40c783b8bc433ba.tar.gz
protobuf-fb8ed707a2e8d6bd0290b747f40c783b8bc433ba.tar.bz2
protobuf-fb8ed707a2e8d6bd0290b747f40c783b8bc433ba.zip
Update upb to fix two bugs in the Ruby library.
Fixes: https://github.com/google/protobuf/issues/502 https://github.com/google/protobuf/issues/425
Diffstat (limited to 'ruby/ext/google/protobuf_c/upb.h')
-rw-r--r--ruby/ext/google/protobuf_c/upb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ruby/ext/google/protobuf_c/upb.h b/ruby/ext/google/protobuf_c/upb.h
index 4855e754..b4dcd558 100644
--- a/ruby/ext/google/protobuf_c/upb.h
+++ b/ruby/ext/google/protobuf_c/upb.h
@@ -7928,7 +7928,7 @@ class upb::pb::Encoder {
static const size_t kSize = UPB_PB_ENCODER_SIZE;
private:
- UPB_DISALLOW_POD_OPS(Encoder, upb::pb::Encoder);
+ UPB_DISALLOW_POD_OPS(Encoder, upb::pb::Encoder)
};
#endif