aboutsummaryrefslogtreecommitdiff
path: root/src/WixToolset.Core/IDecompiler.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/WixToolset.Core/IDecompiler.cs')
-rw-r--r--src/WixToolset.Core/IDecompiler.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/WixToolset.Core/IDecompiler.cs b/src/WixToolset.Core/IDecompiler.cs
index b9bb7ed8..82b02943 100644
--- a/src/WixToolset.Core/IDecompiler.cs
+++ b/src/WixToolset.Core/IDecompiler.cs
@@ -1,4 +1,4 @@
1// Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. 1// Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information.
2 2
3namespace WixToolset.Core 3namespace WixToolset.Core
4{ 4{
@@ -6,6 +6,6 @@ namespace WixToolset.Core
6 6
7 public interface IDecompiler 7 public interface IDecompiler
8 { 8 {
9 BindResult Decompile(IDecompileContext context); 9 DecompileResult Decompile(IDecompileContext context);
10 } 10 }
11} 11}