diff options
| author | Tim Foley <tim.foley.is@gmail.com> | 2017-08-14 18:50:46 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-08-14 18:50:46 -0700 |
| commit | aeb247cdf02e4dcfc0bb6839cfd291be5128f8ad (patch) | |
| tree | 7314b26e21ded966b6a4fe2430f0421c0c0970bd /source/slang/syntax-visitors.h | |
| parent | bb66d6eddd649d8861cecefa2d6ccb7a28a827bc (diff) | |
| parent | 9885c972a6bfa6f856e505cdd90d9b71fdbdadaf (diff) | |
Merge pull request #159 from tfoleyNV/name-type
Name type
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 |
