mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-25 10:48:41 +00:00
Shell: Move everything to the Shell namespace
Also provide a basic default-constructor.
This commit is contained in:
committed by
Andreas Kling
parent
34039d6639
commit
f164b808b5
@@ -33,6 +33,8 @@
|
||||
|
||||
namespace GUI {
|
||||
|
||||
using namespace Shell;
|
||||
|
||||
enum class AugmentedTokenKind : u32 {
|
||||
__TokenTypeCount = (u32)AST::Node::Kind::__Count,
|
||||
OpenParen,
|
||||
|
||||
Reference in New Issue
Block a user