Skip to content

Commit fffb407

Browse files
committed
fix nix error
1 parent a29f6ee commit fffb407

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

include/dxc/Support/dxcapi.extval.h

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,8 @@ class DxcDllExtValidationSupport : public IDllSupport {
3434

3535
bool IsEnabled() const { return DxCompilerSupport.IsEnabled(); }
3636

37-
bool DxcDllExtValidationSupport::GetCreateInstanceProcs(
38-
DxcCreateInstanceProc *pCreateFn,
39-
DxcCreateInstance2Proc *pCreateFn2) const;
37+
bool GetCreateInstanceProcs(DxcCreateInstanceProc *pCreateFn,
38+
DxcCreateInstance2Proc *pCreateFn2) const;
4039

4140
void Cleanup() {
4241
DxilExtValSupport.Cleanup();

0 commit comments

Comments
 (0)