diff options
Diffstat (limited to 'src/WixToolset.Core/PreprocessResult.cs')
-rw-r--r-- | src/WixToolset.Core/PreprocessResult.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/WixToolset.Core/PreprocessResult.cs b/src/WixToolset.Core/PreprocessResult.cs index 8595d21d..7126f049 100644 --- a/src/WixToolset.Core/PreprocessResult.cs +++ b/src/WixToolset.Core/PreprocessResult.cs | |||
@@ -6,7 +6,7 @@ namespace WixToolset.Core | |||
6 | using System.Xml.Linq; | 6 | using System.Xml.Linq; |
7 | using WixToolset.Extensibility.Data; | 7 | using WixToolset.Extensibility.Data; |
8 | 8 | ||
9 | public class PreprocessResult : IPreprocessResult | 9 | internal class PreprocessResult : IPreprocessResult |
10 | { | 10 | { |
11 | public XDocument Document { get; set; } | 11 | public XDocument Document { get; set; } |
12 | 12 | ||