diff options
Diffstat (limited to 'LibGUI/GLayout.h')
-rw-r--r-- | LibGUI/GLayout.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/LibGUI/GLayout.h b/LibGUI/GLayout.h index 498f0efc6a..39418a712f 100644 --- a/LibGUI/GLayout.h +++ b/LibGUI/GLayout.h @@ -32,8 +32,7 @@ public: protected: struct Entry { - enum class Type - { + enum class Type { Invalid = 0, Widget, Layout, |