diff options
Diffstat (limited to '')
-rw-r--r-- | src/WixToolset.Data/Tuples/ModuleIgnoreTableTuple.cs | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/WixToolset.Data/Tuples/ModuleIgnoreTableTuple.cs b/src/WixToolset.Data/Tuples/ModuleIgnoreTableTuple.cs index efcf0f79..d786b8d9 100644 --- a/src/WixToolset.Data/Tuples/ModuleIgnoreTableTuple.cs +++ b/src/WixToolset.Data/Tuples/ModuleIgnoreTableTuple.cs | |||
@@ -8,7 +8,9 @@ namespace WixToolset.Data | |||
8 | { | 8 | { |
9 | public static readonly IntermediateTupleDefinition ModuleIgnoreTable = new IntermediateTupleDefinition( | 9 | public static readonly IntermediateTupleDefinition ModuleIgnoreTable = new IntermediateTupleDefinition( |
10 | TupleDefinitionType.ModuleIgnoreTable, | 10 | TupleDefinitionType.ModuleIgnoreTable, |
11 | new IntermediateFieldDefinition[0], | 11 | new IntermediateFieldDefinition[] |
12 | { | ||
13 | }, | ||
12 | typeof(ModuleIgnoreTableTuple)); | 14 | typeof(ModuleIgnoreTableTuple)); |
13 | } | 15 | } |
14 | } | 16 | } |
@@ -30,5 +32,5 @@ namespace WixToolset.Data.Tuples | |||
30 | } | 32 | } |
31 | 33 | ||
32 | public IntermediateField this[ModuleIgnoreTableTupleFields index] => this.Fields[(int)index]; | 34 | public IntermediateField this[ModuleIgnoreTableTupleFields index] => this.Fields[(int)index]; |
33 | } | 35 | } |
34 | } \ No newline at end of file | 36 | } \ No newline at end of file |