diff options
Diffstat (limited to 'source/core')
| -rw-r--r-- | source/core/slang-file-system.h | 2 |
1 files changed, 1 insertions, 1 deletions
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(); |
