aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/wixext/UIExtensionFactory.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wixext/UIExtensionFactory.cs b/src/wixext/UIExtensionFactory.cs
index 1c9caacc..141aa39f 100644
--- a/src/wixext/UIExtensionFactory.cs
+++ b/src/wixext/UIExtensionFactory.cs
@@ -8,7 +8,7 @@ namespace WixToolset.UI
8 8
9 public class UIExtensionFactory : BaseExtensionFactory 9 public class UIExtensionFactory : BaseExtensionFactory
10 { 10 {
11 protected override IEnumerable<Type> ExtensionTypes => new[] 11 protected override IReadOnlyCollection<Type> ExtensionTypes => new[]
12 { 12 {
13 typeof(UIExtensionData), 13 typeof(UIExtensionData),
14 }; 14 };