From 269282fd3647f1b201d2aae4c82b0c0af16c6420 Mon Sep 17 00:00:00 2001 From: jsmall-nvidia Date: Thu, 7 Sep 2023 10:20:26 -0400 Subject: Add -repro-fallback-directory (#3188) Co-authored-by: Yong He --- source/core/slang-file-system.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/core') diff --git a/source/core/slang-file-system.h b/source/core/slang-file-system.h index 93d0659ec..6e29e277c 100644 --- a/source/core/slang-file-system.h +++ b/source/core/slang-file-system.h @@ -172,7 +172,7 @@ class CacheFileSystem: public ISlangFileSystemExt, public ComBaseObject void setInnerFileSystem(ISlangFileSystem* fileSystem, UniqueIdentityMode uniqueIdentityMode = UniqueIdentityMode::Default, PathStyle pathStyle = PathStyle::Default); /// Ctor - CacheFileSystem(ISlangFileSystem* fileSystem, UniqueIdentityMode uniqueIdentityMode = UniqueIdentityMode::Default, PathStyle pathStyle = PathStyle::Default); + explicit CacheFileSystem(ISlangFileSystem* fileSystem, UniqueIdentityMode uniqueIdentityMode = UniqueIdentityMode::Default, PathStyle pathStyle = PathStyle::Default); /// Dtor virtual ~CacheFileSystem(); -- cgit v1.2.3