diff options
Diffstat (limited to 'source/slang-llvm')
| -rw-r--r-- | source/slang-llvm/slang-llvm.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/slang-llvm/slang-llvm.cpp b/source/slang-llvm/slang-llvm.cpp index e645fb3c7..2860874b5 100644 --- a/source/slang-llvm/slang-llvm.cpp +++ b/source/slang-llvm/slang-llvm.cpp @@ -175,7 +175,7 @@ public: /* This implementation uses atomic ref counting to ensure the shared libraries lifetime can outlive the LLVMDownstreamCompileResult and the compilation that created it */ -class LLVMJITSharedLibrary : public ISlangSharedLibrary, public ComBaseObject +class LLVMJITSharedLibrary : public ComBaseObject, public ISlangSharedLibrary { public: // ISlangUnknown |
