1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-10 07:37:36 +00:00
serenity/Userland/Applets/ResourceGraph
Ben Wiederhake 465af4c4d4 Applications: Fix visibility of Object-derivative constructors
Derivatives of Core::Object should be constructed through
ClassName::construct(), to avoid handling ref-counted objects with
refcount zero. Fixing the visibility means that misuses like this are
more difficult.
2021-11-02 22:56:53 +01:00
..
CMakeLists.txt Everywhere: Add component declarations 2021-06-17 11:03:51 +02:00
main.cpp Applications: Fix visibility of Object-derivative constructors 2021-11-02 22:56:53 +01:00