From 52005c7e6917f9866dd0b0de6993def16a72ed4b Mon Sep 17 00:00:00 2001 From: Rob Mensching Date: Wed, 1 Aug 2018 03:02:34 -0700 Subject: Major reduction in public surface area of WixToolset.Core --- src/WixToolset.Core/Preprocess/IfContext.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/WixToolset.Core/Preprocess/IfContext.cs') diff --git a/src/WixToolset.Core/Preprocess/IfContext.cs b/src/WixToolset.Core/Preprocess/IfContext.cs index e7c6e6f5..91173c29 100644 --- a/src/WixToolset.Core/Preprocess/IfContext.cs +++ b/src/WixToolset.Core/Preprocess/IfContext.cs @@ -5,7 +5,7 @@ namespace WixToolset.Core.Preprocess /// /// Context for an if statement in the preprocessor. /// - internal sealed class IfContext + internal class IfContext { private bool keep; -- cgit v1.2.3-55-g6feb