diff options
Diffstat (limited to '')
-rw-r--r-- | src/WixToolset.Core/CompilerCore.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/WixToolset.Core/CompilerCore.cs b/src/WixToolset.Core/CompilerCore.cs index c9165b52..cc881f48 100644 --- a/src/WixToolset.Core/CompilerCore.cs +++ b/src/WixToolset.Core/CompilerCore.cs | |||
@@ -39,7 +39,7 @@ namespace WixToolset.Core | |||
39 | /// <summary> | 39 | /// <summary> |
40 | /// Core class for the compiler. | 40 | /// Core class for the compiler. |
41 | /// </summary> | 41 | /// </summary> |
42 | internal sealed class CompilerCore | 42 | internal class CompilerCore |
43 | { | 43 | { |
44 | internal static readonly XNamespace W3SchemaPrefix = "http://www.w3.org/"; | 44 | internal static readonly XNamespace W3SchemaPrefix = "http://www.w3.org/"; |
45 | internal static readonly XNamespace WixNamespace = "http://wixtoolset.org/schemas/v4/wxs"; | 45 | internal static readonly XNamespace WixNamespace = "http://wixtoolset.org/schemas/v4/wxs"; |