aboutsummaryrefslogtreecommitdiff
path: root/src/WixToolset.Extensibility/Data/IComponentKeyPath.cs
diff options
context:
space:
mode:
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}