mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-04-15 09:07:41 +00:00
Core::Object derived objects should always have private constructors and use construct() for construction. This prevents accidentally keeping them in non-reference-counting containers.