summaryrefslogtreecommitdiff
path: root/source/compiler-core/slang-artifact-handler-impl.h
diff options
context:
space:
mode:
authorjsmall-nvidia <jsmall@nvidia.com>2022-08-24 14:42:55 -0400
committerGitHub <noreply@github.com>2022-08-24 11:42:55 -0700
commit3746a47ce407b14c4afbfc5b625513cf81b5e890 (patch)
tree2b925a4229b7c6bd093e1720d8e0b3447b9acdcb /source/compiler-core/slang-artifact-handler-impl.h
parent14d99e80c47a0daac6ef76b5d68511c828147265 (diff)
Improvements around file tracking and Artifacts (#2379)
Diffstat (limited to 'source/compiler-core/slang-artifact-handler-impl.h')
-rw-r--r--source/compiler-core/slang-artifact-handler-impl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/compiler-core/slang-artifact-handler-impl.h b/source/compiler-core/slang-artifact-handler-impl.h
index f49fa4230..88be93f55 100644
--- a/source/compiler-core/slang-artifact-handler-impl.h
+++ b/source/compiler-core/slang-artifact-handler-impl.h
@@ -28,7 +28,7 @@ public:
static IArtifactHandler* getSingleton() { return &g_singleton; }
protected:
- SlangResult _loadSharedLibrary(IArtifact* artifact, ArtifactKeep keep, ISlangSharedLibrary** outSharedLibrary);
+ SlangResult _loadSharedLibrary(IArtifact* artifact, ISlangSharedLibrary** outSharedLibrary);
void* getInterface(const Guid& uuid);
void* getObject(const Guid& uuid);