[lazy-pointer] Hide instance
This commit is contained in:
parent
281b4705b4
commit
a47ba1dc0e
|
@ -261,7 +261,7 @@ struct hb_lazy_loader_t : hb_data_wrapper_t<Data, WheresData>
|
||||||
hb_free (p);
|
hb_free (p);
|
||||||
}
|
}
|
||||||
|
|
||||||
// private:
|
private:
|
||||||
/* Must only have one pointer. */
|
/* Must only have one pointer. */
|
||||||
hb_atomic_ptr_t<Stored *> instance;
|
hb_atomic_ptr_t<Stored *> instance;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue