diff options
Diffstat (limited to 'src/WixToolset.Core/IDecompiler.cs')
-rw-r--r-- | src/WixToolset.Core/IDecompiler.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/WixToolset.Core/IDecompiler.cs b/src/WixToolset.Core/IDecompiler.cs index 05b04be2..fdb8c2d0 100644 --- a/src/WixToolset.Core/IDecompiler.cs +++ b/src/WixToolset.Core/IDecompiler.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 IDecompiler | 7 | internal interface IDecompiler |
8 | { | 8 | { |
9 | IDecompileResult Decompile(IDecompileContext context); | 9 | IDecompileResult Decompile(IDecompileContext context); |
10 | } | 10 | } |