diff options
Diffstat (limited to 'src/WixToolset.Data/Tuples/IniLocatorTuple.cs')
| -rw-r--r-- | src/WixToolset.Data/Tuples/IniLocatorTuple.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/WixToolset.Data/Tuples/IniLocatorTuple.cs b/src/WixToolset.Data/Tuples/IniLocatorTuple.cs index 0bb670c6..1a52715d 100644 --- a/src/WixToolset.Data/Tuples/IniLocatorTuple.cs +++ b/src/WixToolset.Data/Tuples/IniLocatorTuple.cs | |||
| @@ -77,7 +77,7 @@ namespace WixToolset.Data.Tuples | |||
| 77 | 77 | ||
| 78 | public int? Type | 78 | public int? Type |
| 79 | { | 79 | { |
| 80 | get => this.Fields[(int)IniLocatorTupleFields.Type].AsNullableNumber(); | 80 | get => (int?)this.Fields[(int)IniLocatorTupleFields.Type]; |
| 81 | set => this.Set((int)IniLocatorTupleFields.Type, value); | 81 | set => this.Set((int)IniLocatorTupleFields.Type, value); |
| 82 | } | 82 | } |
| 83 | } | 83 | } |
