summaryrefslogtreecommitdiff
path: root/upb/refcounted.h
diff options
context:
space:
mode:
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