diff options
Diffstat (limited to 'src/WixToolset.Core/Preprocess/IfContext.cs')
-rw-r--r-- | src/WixToolset.Core/Preprocess/IfContext.cs | 2 |
1 files changed, 1 insertions, 1 deletions
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 | |||
5 | /// <summary> | 5 | /// <summary> |
6 | /// Context for an if statement in the preprocessor. | 6 | /// Context for an if statement in the preprocessor. |
7 | /// </summary> | 7 | /// </summary> |
8 | internal sealed class IfContext | 8 | internal class IfContext |
9 | { | 9 | { |
10 | private bool keep; | 10 | private bool keep; |
11 | 11 | ||