diff options
Diffstat (limited to 'source/slang/compiler.h')
| -rw-r--r-- | source/slang/compiler.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/slang/compiler.h b/source/slang/compiler.h index 7ead5d07e..b1cebc2a1 100644 --- a/source/slang/compiler.h +++ b/source/slang/compiler.h @@ -450,7 +450,6 @@ namespace Slang Dictionary<int, RefPtr<Type>> builtinTypes; Dictionary<String, Decl*> magicDecls; - List<RefPtr<Type>> canonicalTypes; void initializeTypes(); @@ -505,6 +504,7 @@ namespace Slang RefPtr<Scope> const& scope, String const& path, String const& source); + ~Session(); }; } |
