summaryrefslogtreecommitdiff
path: root/source/slang/slang-repro.h
diff options
context:
space:
mode:
authorjsmall-nvidia <jsmall@nvidia.com>2020-11-19 04:14:48 -0500
committerGitHub <noreply@github.com>2020-11-19 01:14:48 -0800
commitb59451020eee59cd52e4d8231360ebed4fc59adb (patch)
treea5a77794097ee99bbef91b8f28be8788284e7736 /source/slang/slang-repro.h
parentac41b9956681d54f4487ff06922017f2753d0c45 (diff)
File system refactor (#1611)
* #include an absolute path didn't work - because paths were taken to always be relative. * WIP FileSystem refactor. * Made loadFile load the file in binary mode. * Fixed some comments. Fixed typo in RelativePath - not used 'fixedPath'.
Diffstat (limited to 'source/slang/slang-repro.h')
-rw-r--r--source/slang/slang-repro.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/slang/slang-repro.h b/source/slang/slang-repro.h
index bd35d3ee9..dd9984395 100644
--- a/source/slang/slang-repro.h
+++ b/source/slang/slang-repro.h
@@ -186,7 +186,7 @@ struct ReproUtil
static SlangResult extractFilesToDirectory(const String& file);
- static SlangResult extractFiles(OffsetBase& base, RequestState* requestState, ISlangFileSystemExt* fileSystem);
+ static SlangResult extractFiles(OffsetBase& base, RequestState* requestState, ISlangMutableFileSystem* fileSystem);
/// Given the repo file work out a suitable path
static SlangResult calcDirectoryPathFromFilename(const String& filename, String& outPath);