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:
parent
9cf9e604c3
commit
6dc2749795
1 changed files with 2 additions and 0 deletions
|
@ -9,6 +9,8 @@
|
|||
#include <LibGUI/Layout.h>
|
||||
#include <LibGUI/Widget.h>
|
||||
|
||||
REGISTER_ABSTRACT_CORE_OBJECT(GUI, Layout)
|
||||
|
||||
namespace GUI {
|
||||
|
||||
Layout::Layout()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue