aboutsummaryrefslogtreecommitdiff
path: root/src/WixToolset.Extensibility/Data/IComponentKeyPath.cs
diff options
context:
space:
mode:
authorRob Mensching <rob@firegiant.com>2019-05-08 13:41:41 -0700
committerRob Mensching <rob@firegiant.com>2019-05-08 13:54:48 -0700
commit2c15f33036489464f6ebd7cc1584e1975e765899 (patch)
treedd7aa9afaf01c14893903f7ab37b7fc20e3aba50 /src/WixToolset.Extensibility/Data/IComponentKeyPath.cs
parent93692d4306b0f6ab3f97aab1598785951ec7bc47 (diff)
downloadwix-2c15f33036489464f6ebd7cc1584e1975e765899.tar.gz
wix-2c15f33036489464f6ebd7cc1584e1975e765899.tar.bz2
wix-2c15f33036489464f6ebd7cc1584e1975e765899.zip
Rename ComponentKeyPathType to PossibleKeyPathType
Diffstat (limited to 'src/WixToolset.Extensibility/Data/IComponentKeyPath.cs')
-rw-r--r--src/WixToolset.Extensibility/Data/IComponentKeyPath.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/WixToolset.Extensibility/Data/IComponentKeyPath.cs b/src/WixToolset.Extensibility/Data/IComponentKeyPath.cs
index ba660b45..9417b836 100644
--- a/src/WixToolset.Extensibility/Data/IComponentKeyPath.cs
+++ b/src/WixToolset.Extensibility/Data/IComponentKeyPath.cs
@@ -8,6 +8,6 @@ namespace WixToolset.Extensibility.Data
8 8
9 string Id { get; set; } 9 string Id { get; set; }
10 10
11 ComponentKeyPathType Type { get; set; } 11 PossibleKeyPathType Type { get; set; }
12 } 12 }
13} 13}