summaryrefslogtreecommitdiff
path: root/upb/refcounted.h
diff options
context:
space:
mode:
authorJosh Haberman <jhaberman@gmail.com>2013-12-20 17:40:40 -0800
committerJosh Haberman <jhaberman@gmail.com>2013-12-20 17:40:40 -0800
commitce9bba3cb5409844f8f3d7dcc235a9ea30cad090 (patch)
tree6c4e0a7c023c790a278f3616c749280c8da205af /upb/refcounted.h
parentaa8db6ab5ea18848247b8c4ac4715cf344941e94 (diff)
Sync from Google-internal development.
Diffstat (limited to 'upb/refcounted.h')
-rw-r--r--upb/refcounted.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/upb/refcounted.h b/upb/refcounted.h
index a0d535a..9e2910b 100644
--- a/upb/refcounted.h
+++ b/upb/refcounted.h
@@ -67,7 +67,7 @@ class upb::RefCounted {
void CheckRef(const void *owner) const;
private:
- UPB_DISALLOW_POD_OPS(RefCounted);
+ UPB_DISALLOW_POD_OPS(RefCounted, upb::RefCounted);
#else
struct upb_refcounted {
#endif
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback