diff options
Diffstat (limited to 'src/compute/skc/styling.h')
-rw-r--r-- | src/compute/skc/styling.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compute/skc/styling.h b/src/compute/skc/styling.h index 7f20c1e489..310a739a07 100644 --- a/src/compute/skc/styling.h +++ b/src/compute/skc/styling.h @@ -27,7 +27,7 @@ struct skc_styling void (* seal )(struct skc_styling_impl * const impl); void (* unseal )(struct skc_styling_impl * const impl, skc_bool const block); void (* release)(struct skc_styling_impl * const impl); - + skc_int ref_count; struct { |