[lazy-pointer] Hide instance

This commit is contained in:
Behdad Esfahbod 2022-11-18 21:14:07 -07:00
parent 281b4705b4
commit a47ba1dc0e
1 changed files with 1 additions and 1 deletions

View File

@ -261,7 +261,7 @@ struct hb_lazy_loader_t : hb_data_wrapper_t<Data, WheresData>
hb_free (p);
}
// private:
private:
/* Must only have one pointer. */
hb_atomic_ptr_t<Stored *> instance;
};