@joebigelow / wix / commits / bcd212a2

Make `IPreprocessor` public as it should be.

Bob Arnson committed Feb 26, 2019 at 21:21 UTC bcd212a2ef41459789528c5956d8e6abd1b7d405
1 file changed +2 -2
src/WixToolset.Core/IPreprocessor.cs
+2 -2
@@ -1,4 +1,4 @@
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
3 namespace WixToolset.Core
4 {
@@ -6,7 +6,7 @@ namespace WixToolset.Core
6 using System.Xml.Linq;
7 using WixToolset.Extensibility.Data;
8
9 - internal interface IPreprocessor
9 + public interface IPreprocessor
10 {
11 XDocument Preprocess(IPreprocessContext context);
12