From f164b808b5a6ed69f6fd0aea8ee0c88f4d377a24 Mon Sep 17 00:00:00 2001 From: AnotherTest Date: Thu, 1 Oct 2020 18:13:01 +0330 Subject: Shell: Move everything to the Shell namespace Also provide a basic default-constructor. --- Shell/AST.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Shell/AST.cpp') diff --git a/Shell/AST.cpp b/Shell/AST.cpp index c66328e971..1ec8e1411f 100644 --- a/Shell/AST.cpp +++ b/Shell/AST.cpp @@ -37,7 +37,7 @@ //#define EXECUTE_DEBUG -namespace AST { +namespace Shell::AST { template static inline NonnullRefPtr create(Args... args) -- cgit v1.2.3