diff options
Diffstat (limited to 'src/wix/heat/RegFileHarvester.cs')
-rw-r--r-- | src/wix/heat/RegFileHarvester.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wix/heat/RegFileHarvester.cs b/src/wix/heat/RegFileHarvester.cs index b8b1d44d..1377d413 100644 --- a/src/wix/heat/RegFileHarvester.cs +++ b/src/wix/heat/RegFileHarvester.cs | |||
@@ -14,7 +14,7 @@ namespace WixToolset.Harvesters | |||
14 | /// <summary> | 14 | /// <summary> |
15 | /// Harvest WiX authoring for a reg file. | 15 | /// Harvest WiX authoring for a reg file. |
16 | /// </summary> | 16 | /// </summary> |
17 | public class RegFileHarvester : BaseHarvesterExtension | 17 | public sealed class RegFileHarvester : BaseHarvesterExtension |
18 | { | 18 | { |
19 | private static readonly string ComponentPrefix = "cmp"; | 19 | private static readonly string ComponentPrefix = "cmp"; |
20 | 20 | ||