add _created
This commit is contained in:
parent
ea20fcc272
commit
329de788cb
1 changed files with 1 additions and 0 deletions
|
@ -41,6 +41,7 @@ private:
|
||||||
mutable GC _gc;
|
mutable GC _gc;
|
||||||
|
|
||||||
mutable bool _allocated;
|
mutable bool _allocated;
|
||||||
|
mutable bool _created;
|
||||||
|
|
||||||
void create() const;
|
void create() const;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue