aboutsummaryrefslogtreecommitdiff
path: root/src/WixToolset.Core/ILayoutCreator.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/WixToolset.Core/ILayoutCreator.cs')
-rw-r--r--src/WixToolset.Core/ILayoutCreator.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/WixToolset.Core/ILayoutCreator.cs b/src/WixToolset.Core/ILayoutCreator.cs
index f58d0aad..6b65e60f 100644
--- a/src/WixToolset.Core/ILayoutCreator.cs
+++ b/src/WixToolset.Core/ILayoutCreator.cs
@@ -1,10 +1,10 @@
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.Extensibility.Data; 5 using WixToolset.Extensibility.Data;
6 6
7 public interface ILayoutCreator 7 internal interface ILayoutCreator
8 { 8 {
9 void Layout(ILayoutContext context); 9 void Layout(ILayoutContext context);
10 } 10 }