diff options
Diffstat (limited to '')
-rw-r--r-- | src/WixToolset.Core/IBinder.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/WixToolset.Core/IBinder.cs b/src/WixToolset.Core/IBinder.cs index 884ee6b9..c2ebc2a0 100644 --- a/src/WixToolset.Core/IBinder.cs +++ b/src/WixToolset.Core/IBinder.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 | ||
3 | namespace WixToolset.Core | 3 | namespace WixToolset.Core |
4 | { | 4 | { |
@@ -6,6 +6,6 @@ namespace WixToolset.Core | |||
6 | 6 | ||
7 | public interface IBinder | 7 | public interface IBinder |
8 | { | 8 | { |
9 | BindResult Bind(IBindContext context); | 9 | IBindResult Bind(IBindContext context); |
10 | } | 10 | } |
11 | } | 11 | } |