diff options
Diffstat (limited to 'src/WixToolset.Data/Symbols/WixGroupSymbol.cs')
-rw-r--r-- | src/WixToolset.Data/Symbols/WixGroupSymbol.cs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/WixToolset.Data/Symbols/WixGroupSymbol.cs b/src/WixToolset.Data/Symbols/WixGroupSymbol.cs index babcff23..f8adf78d 100644 --- a/src/WixToolset.Data/Symbols/WixGroupSymbol.cs +++ b/src/WixToolset.Data/Symbols/WixGroupSymbol.cs | |||
@@ -21,7 +21,7 @@ namespace WixToolset.Data | |||
21 | 21 | ||
22 | namespace WixToolset.Data.Symbols | 22 | namespace WixToolset.Data.Symbols |
23 | { | 23 | { |
24 | using System; | 24 | using System.Diagnostics; |
25 | 25 | ||
26 | public enum WixGroupSymbolFields | 26 | public enum WixGroupSymbolFields |
27 | { | 27 | { |
@@ -31,6 +31,7 @@ namespace WixToolset.Data.Symbols | |||
31 | ChildType, | 31 | ChildType, |
32 | } | 32 | } |
33 | 33 | ||
34 | [DebuggerDisplay("WixGroupSymbol {ParentType} {ParentId,nq} -> {ChildType} {ChildId,nq}")] | ||
34 | public class WixGroupSymbol : IntermediateSymbol | 35 | public class WixGroupSymbol : IntermediateSymbol |
35 | { | 36 | { |
36 | public WixGroupSymbol() : base(SymbolDefinitions.WixGroup, null, null) | 37 | public WixGroupSymbol() : base(SymbolDefinitions.WixGroup, null, null) |