From 2c15f33036489464f6ebd7cc1584e1975e765899 Mon Sep 17 00:00:00 2001 From: Rob Mensching Date: Wed, 8 May 2019 13:41:41 -0700 Subject: Rename ComponentKeyPathType to PossibleKeyPathType --- src/WixToolset.Extensibility/Data/IComponentKeyPath.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/WixToolset.Extensibility/Data/IComponentKeyPath.cs') 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 string Id { get; set; } - ComponentKeyPathType Type { get; set; } + PossibleKeyPathType Type { get; set; } } } -- cgit v1.2.3-55-g6feb