From 17fa409d8e275e70c00be5426f6bb564edd3b500 Mon Sep 17 00:00:00 2001 From: Rob Mensching Date: Fri, 12 Jun 2020 13:02:46 -0700 Subject: Remove remaining WixXxxRows --- src/WixToolset.Data/Tuples/ControlTuple.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/WixToolset.Data/Tuples/ControlTuple.cs') diff --git a/src/WixToolset.Data/Tuples/ControlTuple.cs b/src/WixToolset.Data/Tuples/ControlTuple.cs index ed61392e..165e40e2 100644 --- a/src/WixToolset.Data/Tuples/ControlTuple.cs +++ b/src/WixToolset.Data/Tuples/ControlTuple.cs @@ -294,9 +294,9 @@ namespace WixToolset.Data.Tuples set => this.Set((int)ControlTupleFields.TrackDiskSpace, value); } - public string SourceFile + public IntermediateFieldPathValue SourceFile { - get => (string)this.Fields[(int)ControlTupleFields.SourceFile]; + get => this.Fields[(int)ControlTupleFields.SourceFile].AsPath(); set => this.Set((int)ControlTupleFields.SourceFile, value); } } -- cgit v1.2.3-55-g6feb