diff options
Diffstat (limited to 'source/compiler-core/slang-artifact-handler-impl.h')
| -rw-r--r-- | source/compiler-core/slang-artifact-handler-impl.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/source/compiler-core/slang-artifact-handler-impl.h b/source/compiler-core/slang-artifact-handler-impl.h index c7861b598..f49fa4230 100644 --- a/source/compiler-core/slang-artifact-handler-impl.h +++ b/source/compiler-core/slang-artifact-handler-impl.h @@ -29,8 +29,7 @@ public: protected: SlangResult _loadSharedLibrary(IArtifact* artifact, ArtifactKeep keep, ISlangSharedLibrary** outSharedLibrary); - SlangResult _loadBlob(IArtifact* artifact, ArtifactKeep keep, ISlangBlob** outBlob); - + void* getInterface(const Guid& uuid); void* getObject(const Guid& uuid); |
