diff options
Diffstat (limited to 'source/slang/syntax-visitors.h')
| -rw-r--r-- | source/slang/syntax-visitors.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source/slang/syntax-visitors.h b/source/slang/syntax-visitors.h index 0780bab2a..5c32c4a36 100644 --- a/source/slang/syntax-visitors.h +++ b/source/slang/syntax-visitors.h @@ -25,8 +25,8 @@ namespace Slang // TODO: need a better location to declare this. RefPtr<ModuleDecl> findOrImportModule( CompileRequest* request, - String const& name, - SourceLoc const& loc); + Name* name, + SourceLoc const& loc); } #endif
\ No newline at end of file |
