diff options
author | Rob Mensching <rob@firegiant.com> | 2019-03-01 11:12:52 -0800 |
---|---|---|
committer | Rob Mensching <rob@robmensching.com> | 2019-03-01 11:15:40 -0800 |
commit | 5392cf57c09bddde7157e5b26c5c2a013f819ead (patch) | |
tree | 96063a49293bd9eea122218e770b52d3c20812f2 /src/WixToolset.Core/IDecompiler.cs | |
parent | a4f5a5a042c00254607fbecdf132a2e2a91a1bdd (diff) | |
download | wix-5392cf57c09bddde7157e5b26c5c2a013f819ead.tar.gz wix-5392cf57c09bddde7157e5b26c5c2a013f819ead.tar.bz2 wix-5392cf57c09bddde7157e5b26c5c2a013f819ead.zip |
Integrate interface-only WixToolset.Extensibility change
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 82b02943..05b04be2 100644 --- a/src/WixToolset.Core/IDecompiler.cs +++ b/src/WixToolset.Core/IDecompiler.cs | |||
@@ -6,6 +6,6 @@ namespace WixToolset.Core | |||
6 | 6 | ||
7 | public interface IDecompiler | 7 | public interface IDecompiler |
8 | { | 8 | { |
9 | DecompileResult Decompile(IDecompileContext context); | 9 | IDecompileResult Decompile(IDecompileContext context); |
10 | } | 10 | } |
11 | } | 11 | } |