diff options
Diffstat (limited to 'src/WixToolset.Core/Layout.cs')
-rw-r--r-- | src/WixToolset.Core/Layout.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/WixToolset.Core/Layout.cs b/src/WixToolset.Core/Layout.cs index 28c9d5fc..128efc61 100644 --- a/src/WixToolset.Core/Layout.cs +++ b/src/WixToolset.Core/Layout.cs | |||
@@ -15,9 +15,9 @@ namespace WixToolset.Core | |||
15 | /// <summary> | 15 | /// <summary> |
16 | /// Layout for the WiX toolset. | 16 | /// Layout for the WiX toolset. |
17 | /// </summary> | 17 | /// </summary> |
18 | public sealed class Layout | 18 | internal class Layout |
19 | { | 19 | { |
20 | public Layout(IServiceProvider serviceProvider) | 20 | internal Layout(IServiceProvider serviceProvider) |
21 | { | 21 | { |
22 | this.ServiceProvider = serviceProvider; | 22 | this.ServiceProvider = serviceProvider; |
23 | 23 | ||