aboutsummaryrefslogtreecommitdiff
path: root/src/WixToolset.Data/Tuples/CompLocatorTuple.cs
diff options
context:
space:
mode:
authorSean Hall <r.sean.hall@gmail.com>2020-04-11 16:02:25 +1000
committerSean Hall <r.sean.hall@gmail.com>2020-04-12 12:41:13 +1000
commitf49060303504d112b1580c1c90430aab4aaf1763 (patch)
tree0aab79732de62c3dd1b34a5983ea7b60192eb627 /src/WixToolset.Data/Tuples/CompLocatorTuple.cs
parentbe42b2dd8104eec6384ab632d9869e09d29fe827 (diff)
downloadwix-f49060303504d112b1580c1c90430aab4aaf1763.tar.gz
wix-f49060303504d112b1580c1c90430aab4aaf1763.tar.bz2
wix-f49060303504d112b1580c1c90430aab4aaf1763.zip
Move table definitions from Core to Data.
Sync tuple and table definitions.
Diffstat (limited to 'src/WixToolset.Data/Tuples/CompLocatorTuple.cs')
-rw-r--r--src/WixToolset.Data/Tuples/CompLocatorTuple.cs4
1 files changed, 2 insertions, 2 deletions
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
41 41
42 public string SignatureRef 42 public string SignatureRef
43 { 43 {
44 get => (string)this.Fields[(int)IniLocatorTupleFields.SignatureRef]; 44 get => (string)this.Fields[(int)CompLocatorTupleFields.SignatureRef];
45 set => this.Set((int)IniLocatorTupleFields.SignatureRef, value); 45 set => this.Set((int)CompLocatorTupleFields.SignatureRef, value);
46 } 46 }
47 47
48 public string ComponentId 48 public string ComponentId