aboutsummaryrefslogtreecommitdiff
path: root/src/WixToolset.Core/ICompiler.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/WixToolset.Core/ICompiler.cs')
-rw-r--r--src/WixToolset.Core/ICompiler.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/WixToolset.Core/ICompiler.cs b/src/WixToolset.Core/ICompiler.cs
index a2c4a6e8..34a9a94a 100644
--- a/src/WixToolset.Core/ICompiler.cs
+++ b/src/WixToolset.Core/ICompiler.cs
@@ -1,11 +1,11 @@
1// Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. 1// Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information.
2 2
3namespace WixToolset.Core 3namespace WixToolset.Core
4{ 4{
5 using WixToolset.Data; 5 using WixToolset.Data;
6 using WixToolset.Extensibility.Data; 6 using WixToolset.Extensibility.Data;
7 7
8 public interface ICompiler 8 internal interface ICompiler
9 { 9 {
10 Intermediate Compile(ICompileContext context); 10 Intermediate Compile(ICompileContext context);
11 } 11 }