aboutsummaryrefslogtreecommitdiff
path: root/src/WixToolset.Core/CompilerErrors.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/WixToolset.Core/CompilerErrors.cs')
-rw-r--r--src/WixToolset.Core/CompilerErrors.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/WixToolset.Core/CompilerErrors.cs b/src/WixToolset.Core/CompilerErrors.cs
index 9b3d85b9..10646dfd 100644
--- a/src/WixToolset.Core/CompilerErrors.cs
+++ b/src/WixToolset.Core/CompilerErrors.cs
@@ -38,6 +38,6 @@ namespace WixToolset.Core
38 38
39 IllegalName = 6601, 39 IllegalName = 6601,
40 ExampleRegid = 6602, 40 ExampleRegid = 6602,
41 } 41 } // 5400-5499 and 6600-6699 were the ranges for Dependency and Tag which are now in Core between CompilerWarnings and CompilerErrors.
42 } 42 }
43} 43}