EP 0.1.1
This commit is contained in:
@@ -18,7 +18,7 @@ namespace Convention.Symbolization
|
||||
|
||||
public SymbolizationRunner(SymbolizationContext context)
|
||||
{
|
||||
GlobalNamespace = new();
|
||||
GlobalNamespace = Internal.Namespace.CreateRootNamespace();
|
||||
Context = context;
|
||||
}
|
||||
public SymbolizationRunner() :this(new()){ }
|
||||
|
Reference in New Issue
Block a user