diff options
Diffstat (limited to 'src/WixToolset.Core/IBinder.cs')
-rw-r--r-- | src/WixToolset.Core/IBinder.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/WixToolset.Core/IBinder.cs b/src/WixToolset.Core/IBinder.cs index c2ebc2a0..ec7ca4f5 100644 --- a/src/WixToolset.Core/IBinder.cs +++ b/src/WixToolset.Core/IBinder.cs | |||
@@ -4,7 +4,7 @@ namespace WixToolset.Core | |||
4 | { | 4 | { |
5 | using WixToolset.Extensibility.Data; | 5 | using WixToolset.Extensibility.Data; |
6 | 6 | ||
7 | public interface IBinder | 7 | internal interface IBinder |
8 | { | 8 | { |
9 | IBindResult Bind(IBindContext context); | 9 | IBindResult Bind(IBindContext context); |
10 | } | 10 | } |