1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 13:17:35 +00:00

LibGUI: Register GUI::Layout

This will be used later to check inheritence.
This commit is contained in:
thislooksfun 2021-10-25 20:22:25 -05:00 committed by Andreas Kling
parent 9cf9e604c3
commit 6dc2749795

View file

@ -9,6 +9,8 @@
#include <LibGUI/Layout.h>
#include <LibGUI/Widget.h>
REGISTER_ABSTRACT_CORE_OBJECT(GUI, Layout)
namespace GUI {
Layout::Layout()