summaryrefslogtreecommitdiff
path: root/src/upb_string.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/upb_string.h')
-rw-r--r--src/upb_string.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/upb_string.h b/src/upb_string.h
index e017268..1463bbf 100644
--- a/src/upb_string.h
+++ b/src/upb_string.h
@@ -59,7 +59,7 @@ extern "C" {
// the associated functions.
struct _upb_string {
// The string's refcount.
- upb_atomic_refcount_t refcount;
+ upb_atomic_t refcount;
// The pointer to our currently active data. This may be memory we own
// or a pointer into memory we don't own.
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback