diff options
Diffstat (limited to 'source/slang/lower.h')
| -rw-r--r-- | source/slang/lower.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source/slang/lower.h b/source/slang/lower.h index 688c1df8f..919260af3 100644 --- a/source/slang/lower.h +++ b/source/slang/lower.h @@ -22,12 +22,12 @@ namespace Slang struct LoweredEntryPoint { // The actual lowered entry point - RefPtr<FunctionSyntaxNode> entryPoint; + RefPtr<FuncDecl> entryPoint; // The generated program AST that // contains the entry point and any // other declarations it uses - RefPtr<ProgramSyntaxNode> program; + RefPtr<ModuleDecl> program; }; // Emit code for a single entry point, based on |
