summaryrefslogtreecommitdiffstats
path: root/source
diff options
context:
space:
mode:
Diffstat (limited to 'source')
-rw-r--r--source/slang/slang-file-system.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/slang/slang-file-system.h b/source/slang/slang-file-system.h
index c1358654a..aa216e6b0 100644
--- a/source/slang/slang-file-system.h
+++ b/source/slang/slang-file-system.h
@@ -105,7 +105,7 @@ class CacheFileSystem: public ISlangFileSystemExt
/// Ctor
CacheFileSystem(ISlangFileSystem* fileSystem, bool useSimplifyForCanonicalPath = false);
/// Dtor
- ~CacheFileSystem();
+ virtual ~CacheFileSystem();
static CompressedResult toCompressedResult(Result res);
static Result toResult(CompressedResult compRes) { return s_compressedResultToResult[int(compRes)]; }