mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-04-25 22:13:13 +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
@@ -37,7 +37,7 @@
|
||||
|
||||
//#define EXECUTE_DEBUG
|
||||
|
||||
namespace AST {
|
||||
namespace Shell::AST {
|
||||
|
||||
template<typename T, typename... Args>
|
||||
static inline NonnullRefPtr<T> create(Args... args)
|
||||
|
||||
Reference in New Issue
Block a user