Skip to content

Commit 0aa3c8d

Browse files
committed
add virtual to destructor for HlslIntellisense
1 parent c8d867e commit 0aa3c8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/dxc/Support/dxcapi.use.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ class SpecificDllLoader : public DllLoader {
126126
other.m_createFn2 = nullptr;
127127
}
128128

129-
~SpecificDllLoader() { Cleanup(); }
129+
virtual ~SpecificDllLoader() { Cleanup(); }
130130

131131
HRESULT Initialize() {
132132
return InitializeInternal(kDxCompilerLib, "DxcCreateInstance");

0 commit comments

Comments
 (0)