Provide quick access to Object ancestry

This commit is contained in:
lawnjelly
2025-06-09 17:37:23 +01:00
parent 6645716e32
commit ae786bd43a
17 changed files with 71 additions and 10 deletions

View File

@@ -97,6 +97,7 @@ bool Reference::unreference() {
}
Reference::Reference() {
_define_ancestry(AncestralClass::REFERENCE);
refcount.init();
refcount_init.init();
}