aboutsummaryrefslogtreecommitdiff
path: root/src/WixToolset.Core/ILibrarian.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/WixToolset.Core/ILibrarian.cs')
-rw-r--r--src/WixToolset.Core/ILibrarian.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/WixToolset.Core/ILibrarian.cs b/src/WixToolset.Core/ILibrarian.cs
index 3e951e65..fa1dd816 100644
--- a/src/WixToolset.Core/ILibrarian.cs
+++ b/src/WixToolset.Core/ILibrarian.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 ILibrarian 8 internal interface ILibrarian
9 { 9 {
10 Intermediate Combine(ILibraryContext context); 10 Intermediate Combine(ILibraryContext context);
11 } 11 }