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.cs3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/WixToolset.Core/IDecompiler.cs b/src/WixToolset.Core/IDecompiler.cs
index fdb8c2d0..74ec26de 100644
--- a/src/WixToolset.Core/IDecompiler.cs
+++ b/src/WixToolset.Core/IDecompiler.cs
@@ -4,7 +4,8 @@ namespace WixToolset.Core
4{ 4{
5 using WixToolset.Extensibility.Data; 5 using WixToolset.Extensibility.Data;
6 6
7 internal interface IDecompiler 7#pragma warning disable 1591 // TODO: add documentation
8 public interface IDecompiler
8 { 9 {
9 IDecompileResult Decompile(IDecompileContext context); 10 IDecompileResult Decompile(IDecompileContext context);
10 } 11 }