From f49060303504d112b1580c1c90430aab4aaf1763 Mon Sep 17 00:00:00 2001 From: Sean Hall Date: Sat, 11 Apr 2020 16:02:25 +1000 Subject: Move table definitions from Core to Data. Sync tuple and table definitions. --- src/WixToolset.Data/Tuples/CompLocatorTuple.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/WixToolset.Data/Tuples/CompLocatorTuple.cs') diff --git a/src/WixToolset.Data/Tuples/CompLocatorTuple.cs b/src/WixToolset.Data/Tuples/CompLocatorTuple.cs index 746d3073..58b32604 100644 --- a/src/WixToolset.Data/Tuples/CompLocatorTuple.cs +++ b/src/WixToolset.Data/Tuples/CompLocatorTuple.cs @@ -41,8 +41,8 @@ namespace WixToolset.Data.Tuples public string SignatureRef { - get => (string)this.Fields[(int)IniLocatorTupleFields.SignatureRef]; - set => this.Set((int)IniLocatorTupleFields.SignatureRef, value); + get => (string)this.Fields[(int)CompLocatorTupleFields.SignatureRef]; + set => this.Set((int)CompLocatorTupleFields.SignatureRef, value); } public string ComponentId -- cgit v1.2.3-55-g6feb